iws登录修改
This commit is contained in:
parent
88299830a0
commit
14cfcda27e
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue