Commit 3bad30ec by zhangleyuan

feat:退出到登录页的时候不需要再提示请登录

parent 117ea909
......@@ -2,7 +2,7 @@
* @Author: 吴文洁
* @Date: 2020-08-31 09:34:31
* @LastEditors: zhangleyuan
* @LastEditTime: 2021-01-09 14:39:46
* @LastEditTime: 2021-04-27 16:59:07
* @Description:
* @Copyright: 杭州杰竞科技有限公司 版权所有
*/
......@@ -96,7 +96,6 @@ class Axios {
case 401:
User.removeUserId();
User.removeToken();
message.error('请登录');
window.RCHistory.replace('/login');
break;
case 403:
......
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 to comment