소스 검색

省公司、地市公司在信息汇总中无法查看地市公司填报人员的信息情况

syr 3 년 전
부모
커밋
4855047344
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/router/index.js

+ 2 - 1
src/router/index.js

@@ -1663,7 +1663,8 @@ let menuList = [];
 router.beforeEach((to, from, next) => {
     console.log("====token===="+window.sessionStorage.agileauthtoken)
     if (to.name == 'login') {
-        window.location.href = "http://cas.hl.cmcc/cas?service=http%3A%2F%2F10.230.26.15%3A8000%2Fspfm%2Fsysmgr%2FssLogin%3FsysFlag%3D0"
+
+        window.location.href = "http://cas.hl.cmcc/cas/login?service=?service=http%3A%2F%2F10.230.26.15%3A8000%2Fspfm%2Fsysmgr%2FssLogin%3FsysFlag%3D0"
 
         // next()
     } else {