This commit is contained in:
bb_pan 2025-05-14 16:43:38 +08:00
parent 151adb9f70
commit f3b8460a99
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ export default {
})
try {
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
})
console.log('🚀 ~ created ~ res:', res)