zhangxiaoxu123
2023-05-04 c1c0e7fd8095d577c43f036844db0cd1f232cef9
src/views/sys/oss-manage/ossManage.vue
@@ -794,7 +794,7 @@
    },
    init() {
      this.accessToken = {
        accessToken: this.getStore("accessToken"),
        accessToken: this.getSessionStore("accessToken"),
      };
      checkOssSet().then((res) => {
        if (!res.success) {
@@ -1133,4 +1133,4 @@
    this.init();
  },
};
</script>
</script>