Commit 37ffc2bf by YunaiV

Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into dev

 Conflicts:
	src/config/axios/service.ts
parents 4404554c 5daf0bef
......@@ -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/>
......
......@@ -130,7 +130,7 @@
"windicss": "^3.5.6"
},
"engines": {
"node": ">=16.18.0"
"node": ">=16.0.0"
},
"license": "MIT",
"repository": {
......
......@@ -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'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment