@@ -132,7 +132,7 @@ Vue.mixin({
const redirectUrl = sessionStorage.getItem("redirectUrl");
if (redirectUrl) {
this.$Modal.error({
- title: "确认退出",
+ title: "确认返回",
content: "",
onOk: () => {
window.location = redirectUrl;
@@ -109,8 +109,8 @@ qmInstance.interceptors.response.use(
Modal.error({
- content: "登录失效",
+ content: "token失效",
},