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 | 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