@@ -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'
}
});