From 5c63d3fa13956182f999a02ebd291161cf1b32bc Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 03 一月 2025 18:22:42 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit
---
h5/App.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index a944dea..5ce65e1 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -7,6 +7,10 @@
if(path == '/pages/login/login' || path == '/'){
window.location.href = app_url
}
+ // console.log('path', path);
+ if(path == '/pages/wdata/home'){
+ window.location.href = 'https://atwl.ahzyssl.com/zhyq_h5/#/pages/wdata/home'
+ }
})
console.log('onLaunch')
},
@@ -204,7 +208,7 @@
}
.main_app {
- padding: 10rpx 30rpx 30rpx;
+ padding: 10rpx 30rpx 0rpx;
font-size: 28rpx;
color: #333333;
}
--
Gitblit v1.9.3