MrShi
2026-06-22 e3be1fff523dafd3cce7bdcb594ac3e0e665f538
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()
                  }
               }