xiatian hace 1 semana
padre
commit
c7e12b02f5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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://auth.exam-cloud.cn/api/open/auth/logout/" + schoolCode)
+          .get("https://www.exam-cloud.cn/api/auth/logout/" + schoolCode)
           .then(() => {
             this.USER_SIGNOUT();
           })