完善接口

This commit is contained in:
wangxiaowei
2025-11-04 17:54:04 +08:00
parent ac8212c8f0
commit 3a892d7929
15 changed files with 500 additions and 309 deletions

View File

@ -121,7 +121,7 @@ const alovaInstance = createAlova({
if (config.meta?.toast !== false) {
toast.info(msg)
router.switchTab('/pages/my/my')
router.switchTab('/pages/my/my', 1000)
}
throw new Error(`登录超时[${code}]${msg}`)
}