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

+ 3 - 3
src/components/404.vue

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