From 6ded2ee6a9d9097d45f8f79a7e6429cf55ed7cc3 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 07 三月 2025 16:59:30 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
h5/App.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 5ce65e1..0bf9fc9 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -4,13 +4,16 @@
onLaunch: function () {
window.addEventListener("popstate", (event) => {
const path = this.$route.fullPath
+ // console.log('path', path);
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'
}
+ if(path == '/pages/waybill/home'){
+ window.location.href = 'https://atwl.ahzyssl.com/zhyq_h5/#/pages/waybill/home'
+ }
})
console.log('onLaunch')
},
--
Gitblit v1.9.3