Ver código fonte

链接失效

zhengkaixin 4 anos atrás
pai
commit
16e9f5a42d
2 arquivos alterados com 2 adições e 2 exclusões
  1. 1 1
      src/projects/business/main.js
  2. 1 1
      src/projects/pension/main.js

+ 1 - 1
src/projects/business/main.js

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

+ 1 - 1
src/projects/pension/main.js

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