iws登录修改

This commit is contained in:
hayu 2026-02-12 11:10:43 +08:00
parent 88299830a0
commit 14cfcda27e
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ export default {
}, 300)
}else{
const res = await iwsLogin({
ticket: origin.split('ticket=')[1].split('#/')[0] || origin.split('ticket%3D')[1].split('%26')[0],
ticket: origin.split('ticket=')[1].split('#/')[0].split('&')[0] || origin.split('ticket%3D')[1].split('%26')[0].split('&')[0],
sysType: 0
})
console.log('🚀 ~ created ~ res:', res)
@ -492,7 +492,7 @@ export default {
this.loading = true
let that = this
this.loginForm.loginMethod = this.loginMethod
// this.$store
// .dispatch('IsLogin', this.loginForm)
// .then(res => {