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

---
 h5/pages/login/login.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/h5/pages/login/login.vue b/h5/pages/login/login.vue
index 7ea600a..8107316 100644
--- a/h5/pages/login/login.vue
+++ b/h5/pages/login/login.vue
@@ -58,7 +58,12 @@
 			var that = this
 			let url = 'https://atwl.ahzyssl.com/zhyq_h5/#/'
 			let code = ''
-			if (window.location.href.indexOf('code=') !== -1 || this.code) {
+			if (window.location.href.indexOf('code=') !== -1 || this.code) {
+				// if(window.location.href.indexOf('wdata') !== -1){
+				// 	uni.redirectTo({
+				// 		url: '/pages/wdata/home?code=' + 
+				// 	})
+				// }
 				const ywinfo = uni.getStorageSync('ywinfo') || {}
 				 if(ywinfo.ywid && (ywinfo.type || ywinfo.type == 0)){
 					 this.userAuth(ywinfo.type)

--
Gitblit v1.9.3