From d3b3262835502c091d88883145cb9606a6e1af7f Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 09:09:11 +0800
Subject: [PATCH] update 自定义发行

---
 App.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/App.vue b/App.vue
index bd62744..03bc17e 100644
--- a/App.vue
+++ b/App.vue
@@ -40,8 +40,9 @@
 					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/farmer-home'
+							url: '/pages/home/supplier-home'
 						})
 					}
 				}, 200);
@@ -56,7 +57,7 @@
 					// console.log('init info',res,this.currentInfo)
 					if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) {
 						// uni.reLaunch({
-						// 	url: '/pages/home/farmer-home'
+						// 	url: '/pages/home/supplier-home'
 						// })
 					}
 				}, 200);

--
Gitblit v1.9.3