From 4fabfe4dbd2eb28d07a4350597d314958cc1c281 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 09 十月 2025 11:16:43 +0800
Subject: [PATCH] 优化
---
bicycle/App.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/bicycle/App.vue b/bicycle/App.vue
index 07dca7b..9a0cdcb 100644
--- a/bicycle/App.vue
+++ b/bicycle/App.vue
@@ -15,7 +15,6 @@
if (res.code === 200) {
that.$store.commit('setToken', res.data.token)
that.$store.commit('setUserInfo', res.data.userResponse)
- console.log('1')
that.$isResolve()
}
}
--
Gitblit v1.9.3