From e8954c9a1bae0ea57480642ed6d6b126873c1412 Mon Sep 17 00:00:00 2001
From: 田源 <lastanimals@163.com>
Date: 星期四, 21 九月 2023 14:56:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
Source/UBCS-WEB/src/page/login/userlogin.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/Source/UBCS-WEB/src/page/login/userlogin.vue b/Source/UBCS-WEB/src/page/login/userlogin.vue
index 15c1296..1311274 100644
--- a/Source/UBCS-WEB/src/page/login/userlogin.vue
+++ b/Source/UBCS-WEB/src/page/login/userlogin.vue
@@ -300,10 +300,11 @@
props: [],
methods: {
ChandleLogin() {
- this.$store.dispatch("LoginBySso").then((res) => {
- console.log('res', res)
- this.$router.push({path: this.tagWel.value});
- })
+ // this.$store.dispatch("LoginBySso").then((res) => {
+ // console.log('res', res)
+ // this.$router.push({path: this.tagWel.value});
+ // })
+ this.$router.push({path:'/sso'});
},
closehandle() {
removeToken()
--
Gitblit v1.10.0