This commit is contained in:
parent
151adb9f70
commit
f3b8460a99
|
|
@ -259,7 +259,7 @@ export default {
|
||||||
})
|
})
|
||||||
try {
|
try {
|
||||||
const res = await iwsLogin({
|
const res = await iwsLogin({
|
||||||
ticket: origin.split('ticket=')[1],
|
ticket: origin.split('ticket%3D')[1].split('%26')[0] || origin.split('ticket=')[1].split('#/')[0],
|
||||||
sysType: 0
|
sysType: 0
|
||||||
})
|
})
|
||||||
console.log('🚀 ~ created ~ res:', res)
|
console.log('🚀 ~ created ~ res:', res)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue