Explorar el Código

fix: 单点登录code丢失问题

zhangjie hace 1 año
padre
commit
f4ae656e6d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/modules/login/views/LoginOpen.vue

+ 1 - 0
src/modules/login/views/LoginOpen.vue

@@ -45,6 +45,7 @@ export default {
         this.$ls.set("schoolName", curSchool.name, this.GLOBAL.authTimeout);
         const res = await getSchoolInfo(curSchool.code);
         this.$ls.set("schoolLogo", res.logo);
+        this.$ls.set("schoolInfo", res);
       }
       this.$ls.set("user", data, this.GLOBAL.authTimeout);