This commit is contained in:
2023-05-29 17:32:04 +08:00
parent 024cb5d769
commit 039afc308a

View File

@ -111,7 +111,11 @@ service.interceptors.response.use(
"登录状态已过期,您可以继续留在该页面,或者重新登录",
"系统提示",
{
showCancelButton: false,
showClose: false,
confirmButtonText: "重新登录",
closeOnClickModal: false,
closeOnPressEscape: false,
cancelButtonText: "取消",
type: "warning",
}