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 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/App.vue b/App.vue index 9ad1faf..03bc17e 100644 --- a/App.vue +++ b/App.vue @@ -40,6 +40,7 @@ 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' }) -- Gitblit v1.9.3