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()