natasha 9 달 전
부모
커밋
29cd59c485
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/views/login/index.vue

+ 0 - 4
src/views/login/index.vue

@@ -670,8 +670,6 @@ export default {
     if (this.code) {
       this.getLoginClever(this.code);
       Cookies.set("GCLSCode", this.code);
-    } else {
-      Cookies.remove("GCLSCode");
     }
     this.getinstitutionList();
   },
@@ -681,8 +679,6 @@ export default {
     // this.code = this.$route.query.code;
     if (this.code) {
       Cookies.set("GCLSCode", this.code);
-    } else {
-      Cookies.remove("GCLSCode");
     }
     this.browserRedirect();
   },