From 8580ef310f61f4bc275c19ddcc6ebd2135720d4a Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 08 七月 2024 10:19:42 +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