Explorar o código

fix domain未保存成功的错误提示

Michael Wang %!s(int64=6) %!d(string=hai) anos
pai
achega
c138847b2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/router.js

+ 1 - 1
src/router.js

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