From bb696e54a8c537cd9b5aa7fd5f72f322ec5f7d41 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 03 一月 2025 16:27:56 +0800
Subject: [PATCH] 最新版本541200007

---
 h5/App.vue |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/h5/App.vue b/h5/App.vue
index 487c8ad..82f0674 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -1,8 +1,17 @@
 <script>
-import { wxAuthorize, refreshToken } from '@/api'
+import { wxAuthorize, refreshToken, app_url } from '@/api'
 export default {
   onLaunch: function () {
-    
+    window.addEventListener("popstate", (event) => {
+			const path = this.$route.fullPath
+    	if(path == '/pages/login/login' || path == '/'){
+				window.location.href = app_url
+			}
+			if(path == '/pages/wdata/home'){
+				window.location.href = 'https://atwl.ahzyssl.com/zhyq_h5/#/pages/wdata/home'
+			}
+    })
+		console.log('onLaunch')
   },
   onShow: function () {
     console.log('App Show')
@@ -16,7 +25,11 @@
 <style lang="scss">
 /*姣忎釜椤甸潰鍏叡css */
 @import "uview-ui/index.scss";
-
+html, body {
+    height: auto;
+    min-height: 100%;
+    overflow: visible;
+}
 .flex-cb {
   display: flex;
   justify-content: space-between;
@@ -136,6 +149,9 @@
   color: #999999 !important;
   font-size: 28rpx;
 }
+.placeholder3{
+	color: #333333 !important;
+}
 .red{
 	color: red !important;
 }
@@ -191,7 +207,7 @@
 }
 
 .main_app {
-  padding: 0 30rpx 30rpx;
+  padding: 10rpx 30rpx 0rpx;
   font-size: 28rpx;
   color: #333333;
 }

--
Gitblit v1.9.3