App.vue
@@ -42,12 +42,13 @@ setTimeout(async () => { const res = await this.$store.dispatch('getCurrentInfo'); // console.log('init info',res,this.currentInfo) // #ifdef PUB_CUSTOMER if (this.currentInfo && this.currentInfo.id && !this.currentInfo.openId) { uni.reLaunch({ url: '/pages/home/supplier-home' }) } // #endif }, 200); } else {