소스 검색

404跳回登录

zhulizhen1111 4 년 전
부모
커밋
57163df569
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/404.vue

+ 2 - 2
src/components/404.vue

@@ -31,9 +31,9 @@ export default {
             this.$store.commit('SETSSOTOKEN', null)
             let ssoServer = ''
             if (window.location.host == 'http://glsms.wanda-dev.cn') {
-                ssoServer = 'http://oauth.wanda-dev.cn?token=null'
+                ssoServer = 'http://oauth.wanda-dev.cn'
             } else {
-                ssoServer = 'http://oauth.wanda.cn?token=null'
+                ssoServer = 'http://oauth.wanda.cn'
             }
             let systemcode = 'CAD156',
                 signal = new Date().getTime(),