|
@@ -64,7 +64,7 @@ service.interceptors.response.use(res => { |
|
|
if (code === 401) { |
|
|
if (code === 401) { |
|
|
Dialog.confirm({ |
|
|
Dialog.confirm({ |
|
|
title: '系统提示', |
|
|
title: '系统提示', |
|
|
message: '登录状态已过期,您可以继续留在该页面,或者重新登录', |
|
|
|
|
|
|
|
|
message: '登录状态已过期,请重新登录', |
|
|
confirmButtonText: '重新登录', |
|
|
confirmButtonText: '重新登录', |
|
|
cancelButtonText: '取消' |
|
|
cancelButtonText: '取消' |
|
|
}) |
|
|
}) |
|
|