From db1e982d2e12a596b68a0f1ceafa219fdbbc61b9 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 09:10:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main'
---
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