@@ -147,7 +147,7 @@ const checkFun = (to, from, next) => {
checkAuth(to, from, next);
} else {
- mui.toast('token已过期');
+ mui.toast('链接已失效,请登录小鹏管家查看');
}
}).catch(error => {
@@ -125,7 +125,7 @@ const checkFun = (to, from, next) => {