Conflicts:
	src/config/axios/service.ts
This commit is contained in:
YunaiV 2023-04-05 20:15:24 +08:00
commit 37ffc2bf37
3 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@
## 🐶 新手必读
* nodejs > 16.0.0 && pnpm > 7.30.0
* 演示地址:<http://dashboard.yudao.iocoder.cn>
* 启动文档:<https://doc.iocoder.cn/quick-start/>
* 视频教程:<https://doc.iocoder.cn/video/>

View File

@ -130,7 +130,7 @@
"windicss": "^3.5.6"
},
"engines": {
"node": ">=16.18.0"
"node": ">=16.0.0"
},
"license": "MIT",
"repository": {

View File

@ -230,7 +230,7 @@ const handleAuthorized = () => {
wsCache.clear()
removeToken()
isRelogin.show = false
window.location.href = '/'
window.location.href = import.meta.env.VITE_BASE_PATH
})
}
return Promise.reject(t('sys.api.timeoutMessage'))