From 55ba702c1df240929e68df3b42fa9cb0607378b8 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 08 九月 2025 10:58:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
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