This commit is contained in:
bb_pan 2025-05-28 10:31:04 +08:00
parent 0e4cd61cad
commit 17a48753bf
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=')[1].split('#/')[0] || origin.split('ticket%3D')[1].split('%26')[0],
sysType: 0
})
console.log('🚀 ~ created ~ res:', res)