diff --git a/App.vue b/App.vue index 7c487f2..153ff36 100644 --- a/App.vue +++ b/App.vue @@ -45,11 +45,11 @@ data } = await userInfo(); this.$store.commit('setUserInfo', data); - this.$isResolve() + // this.$isResolve() // uni.$emit('home_initUserInfo', data); - return; + // return; } catch (e) { - this.$isResolve() + // this.$isResolve() console.log(e); } }