From 2d5090c2b215a5ea7e489d4b50fbf30aae569324 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 26 七月 2024 15:03:01 +0800 Subject: [PATCH] fix bug 接口对接和样式调整 --- App.vue | 17 +---------------- 1 files changed, 1 insertions(+), 16 deletions(-) diff --git a/App.vue b/App.vue index b44273d..773aab4 100644 --- a/App.vue +++ b/App.vue @@ -49,22 +49,7 @@ url: '/pages/home/home' }) // #endif - - // // #ifdef H5 - // if (true && storage.getItem('token')) { - // setTimeout(async () => { - // 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' - // // }) - // } - // }, 200); - // } else { - - // } - // // #endif + }, onReady() { -- Gitblit v1.9.3