Sfoglia il codice sorgente

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

Michael Wang 6 anni fa
parent
commit
c138847b2a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {