From 32ab1af0797e3e8ab60dc646fc2c30cddf1dfa1f Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 22 七月 2024 11:34:18 +0800
Subject: [PATCH] update需求更新

---
 App.vue |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/App.vue b/App.vue
index b44273d..773aab4 100644
--- a/App.vue
+++ b/App.vue
@@ -49,22 +49,7 @@
 				url: '/pages/home/home'
 			})
 			// #endif
-
-			// // #ifdef H5
-			// if (true && storage.getItem('token')) {
-			// 	setTimeout(async () => {
-			// 		const res = await this.$store.dispatch('getCurrentInfo');
-			// 		// console.log('init info',res,this.currentInfo)
-			// 		if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) {
-			// 			// uni.reLaunch({
-			// 			// 	url: '/pages/home/supplier-home'
-			// 			// })
-			// 		}
-			// 	}, 200);
-			// } else {
-
-			// }
-			// // #endif
+ 
 		},
 
 		onReady() {

--
Gitblit v1.9.3