提交 848c7431 编写于 作者: H horizons

fix: token过期返回登录页有错误提示框问题修复

上级 4284a079
......@@ -61,8 +61,8 @@ service.interceptors.response.use(
message: msg || '系统出错',
type: 'error'
});
return Promise.reject(new Error(msg || 'Error'));
}
return Promise.reject(new Error(msg || 'Error'));
}
);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册