浏览代码

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

Michael Wang 6 年之前
父节点
当前提交
c138847b2a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 {