This commit is contained in:
parent
0e4cd61cad
commit
17a48753bf
|
|
@ -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=')[1].split('#/')[0] || origin.split('ticket%3D')[1].split('%26')[0],
|
||||||
sysType: 0
|
sysType: 0
|
||||||
})
|
})
|
||||||
console.log('🚀 ~ created ~ res:', res)
|
console.log('🚀 ~ created ~ res:', res)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue