演示环境 发布bug 修复版

This commit is contained in:
wuxw 2025-08-29 09:54:41 +08:00
parent a00c264fe7
commit 8b0477d9ae

View File

@ -16,7 +16,7 @@ export function login(data) {
reject(res.msg || '登录失败') reject(res.msg || '登录失败')
} }
}).catch(error => { }).catch(error => {
reject(error) reject(error.response.data)
}) })
}) })
} }