lrf 1 week ago
parent
commit
5b09db64c0

+ 2 - 1
src/views/mobileIndex.vue

@@ -6,7 +6,8 @@
 import { onMounted } from 'vue';
 
 onMounted(()=>{
-  window.location.replace('https://www.changchunwater.com/')
+  window.location.replace('https://36.135.104.43/')
+  // window.location.replace('https://www.changchunwater.com/')
 })
 </script>
 <style scoped lang="scss"></style>

+ 1 - 0
src/views/win/watersupplyParts/listIndex.vue

@@ -139,6 +139,7 @@ const dealNowTag = (id: string) => {
       confirmButtonText: '确定',
       callback: () => {
         // TODO:跳转
+        window.location.href = 'https://36.135.104.33/login.jspx'
       },
     })
   } else if (type == 'gov') {

+ 3 - 3
src/views/winParts/topIndex.vue

@@ -3,15 +3,15 @@
             <el-col :span="24" class="info animate__animated animate__zoomIn">
                   <el-col :span="12" class="left">
                         <el-col :span="24" class="title">
-                              长春水
+                              长春水
                         </el-col>
                         <el-col :span="24" class="enTitle">
                               CHANGCHUN WATER GROUP
                         </el-col>
                   </el-col>
-                  <el-col :span="12" class="right">
+                  <!-- <el-col :span="12" class="right">
                         <span>二维码</span>
-                  </el-col>
+                  </el-col> -->
             </el-col>
       </el-row>
 </template>

+ 6 - 1
src/views/windowsIndex.vue

@@ -82,7 +82,12 @@ onMounted(async () => {
     if (is_use === '1') return
     const imgList = get(res, 'data.index_img', [])
     imgs.value = imgList
-    if (imgList.length > 0) dialog.value = true
+    if (imgList.length > 0) {
+      dialog.value = true
+      setTimeout(() => {
+        dialog.value = false
+      }, 3000);
+    }
   }
 })