819527061@qq.com
2024-05-14 cfce577132832b5291c5bd3b171d7f4397d44643
src/views/authorize.vue
@@ -353,7 +353,7 @@
          authorize(this.form).then((res) => {
            if (res.success) {
              // 存储accessToken
              this.setStore("accessToken", res.result.accessToken);
              this.setSessionStore("accessToken", res.result.accessToken);
              let redictInfo = res.result;
              // 获取用户信息
              userInfo().then((res) => {