|
@@ -61,7 +61,7 @@ service.interceptors.response.use(res => {
|
|
|
const msg = errorCode[code] || res.data.msg || errorCode['default']
|
|
|
console.log('code: ', code);
|
|
|
if (code == 401) {
|
|
|
- MessageBox.confirm('登录状态已过期,您可以关闭当前页面,刷新首页', '系统提示', {
|
|
|
+ MessageBox.confirm('登录状态已过期,请重新登录!', '系统提示', {
|
|
|
confirmButtonText: '关闭当前页面',
|
|
|
cancelButtonText: '取消',
|
|
|
type: 'warning'
|