@@ -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>
@@ -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,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 :span="12" class="right">
+ <!-- <el-col :span="12" class="right">
<span>二维码</span>
- </el-col>
+ </el-col> -->
</el-row>
</template>
@@ -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);
+ }
}