|
@@ -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();
|
|
|
},
|