xiatian 1 week ago
parent
commit
d9eba1d7e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/modules/portal/views/home/Home.vue

+ 1 - 1
src/modules/portal/views/home/Home.vue

@@ -350,7 +350,7 @@ export default {
       if ("cas" == this.user.from) {
         var schoolCode = window.location.hostname.split(".")[0];
         this.$http
-          .get("https://www.exam-cloud.cn/api/auth/logout/" + schoolCode)
+          .get("/api/auth/logout/" + schoolCode)
           .then(() => {
             this.USER_SIGNOUT();
           })