@@ -1647,7 +1647,9 @@ router.beforeEach((to, from, next) => {
next()
} else {
if (window.sessionStorage.agileauthtoken == undefined) {
- router.push('/login')
+ // router.push('/login')
+ window.location.href = "http://cas.hl.cmcc/cas?service=http%3A%2F%2F10.230.26.15%3A8000%2Fspfm%2Fsysmgr%2FssLogin%3FsysFlag%3D0"
+