From d236644c792463102b566463c4f06dc2ddfa5e0e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 18 四月 2025 18:29:26 +0800
Subject: [PATCH] 提交
---
h5/App.vue | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/h5/App.vue b/h5/App.vue
index 8c4787c..8840678 100644
--- a/h5/App.vue
+++ b/h5/App.vue
@@ -11,13 +11,13 @@
},
methods: {
async init() {
- if (!this.$store.state.userInfo) {
- let res = await this.$u.api.login({ code: 'ShiXuHui' })
- if (res.code === 200) {
- this.$store.commit('setUserInfo', res.data)
- }
- }
- return
+ // if (!this.$store.state.userInfo) {
+ // let res = await this.$u.api.login({ code: 'ShiXuHui' })
+ // if (res.code === 200) {
+ // this.$store.commit('setUserInfo', res.data)
+ // }
+ // }
+ // return
let code = this.getQueryVariable('code')
if (code) {
if (!uni.getStorageSync('code')) {
--
Gitblit v1.9.3