Lin Qilong 1 mesiac pred
rodič
commit
f4554c441b
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      src/permission.ts

+ 2 - 2
src/permission.ts

@@ -18,8 +18,8 @@ router.beforeEach((to, from, next) => {
       next();
     } else {
       // 否则全部重定向到登录页
-      // window.location.href = 'http://10.8.11.123:8089/cas/login?service=http://10.8.11.98:9888/check'
-      window.location.href = 'http://10.8.11.123:8089/cas/login?service=http://localhost/check'
+      window.location.href = 'http://10.8.11.123:8089/cas/login?service=http://10.8.11.98:9888/check'
+      // window.location.href = 'http://10.8.11.123:8089/cas/login?service=http://localhost/check'
     }
   }
 });