From 8c9fe474d3d43265c33653f17bb411336269dfab Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 26 七月 2024 15:34:22 +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