iws登录修改
This commit is contained in:
parent
88299830a0
commit
14cfcda27e
|
|
@ -297,7 +297,7 @@ export default {
|
||||||
}, 300)
|
}, 300)
|
||||||
}else{
|
}else{
|
||||||
const res = await iwsLogin({
|
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
|
sysType: 0
|
||||||
})
|
})
|
||||||
console.log('🚀 ~ created ~ res:', res)
|
console.log('🚀 ~ created ~ res:', res)
|
||||||
|
|
@ -492,7 +492,7 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
let that = this
|
let that = this
|
||||||
this.loginForm.loginMethod = this.loginMethod
|
this.loginForm.loginMethod = this.loginMethod
|
||||||
|
|
||||||
// this.$store
|
// this.$store
|
||||||
// .dispatch('IsLogin', this.loginForm)
|
// .dispatch('IsLogin', this.loginForm)
|
||||||
// .then(res => {
|
// .then(res => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue