Lin Qilong hai 1 mes
pai
achega
f4554c441b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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'
     }
   }
 });