|
@@ -88,7 +88,7 @@ router.beforeEach((to, from, next) => {
|
|
} else {
|
|
} else {
|
|
if (!window.sessionStorage.getItem("token")) {
|
|
if (!window.sessionStorage.getItem("token")) {
|
|
if (!localStorage.getItem("domain")) {
|
|
if (!localStorage.getItem("domain")) {
|
|
- alert("地址出错,找不到机构!");
|
|
|
|
|
|
+ alert("地址出错,找不到机构!请关闭应用后重试!");
|
|
}
|
|
}
|
|
next({ path: loginPath });
|
|
next({ path: loginPath });
|
|
} else {
|
|
} else {
|