From 41d11d9db46ccd44163860f6be6bfd2137aff369 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 07 一月 2025 09:16:48 +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