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