From c53e4aa33c6c15479c47aacc0f3f3796f610cae5 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期日, 04 一月 2026 16:56:53 +0800
Subject: [PATCH] Merge branch 'dev_tide_cbsglxt' into dev_tide_cbsglxt_xindao
---
src/views/tideLogin.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/tideLogin.vue b/src/views/tideLogin.vue
index cd3fa0e..ef6f580 100644
--- a/src/views/tideLogin.vue
+++ b/src/views/tideLogin.vue
@@ -12,8 +12,8 @@
},
computed: {},
methods: {
- goLogin() {
- useUserStore().TideLogin( {code : this.$route.query.code}).then(() => {
+ goLogin() {
+ useUserStore().TideLogin( {code : this.$route.query.code}).then(() => {
this.$router.push({ path: this.redirect || "/" }).catch(() => { });
})
}
--
Gitblit v1.9.3