-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
Description
Version
Vben Admin V5
Describe the bug?
在本地开发环境启动,如果token已经401了那么此时我应该要登出才对,在本地环境不会执行,但是如果我打包部署到测试环境的话就会捕获到401 500等等状态码进行处理,401也会正常的登出,这是怎么回事呢~
Reproduction
npm run dev:ele
执行开发环境代码之后即可在本地复现
System Info
无Relevant log output
Validations
- Read the docs
- Ensure the code is up to date. (Some issues have been fixed in the latest version)
- I have searched the existing issues and checked that my issue does not duplicate any existing issues.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.