kongdeqiang
2023-04-26 cb5c9968b763362d399e1c7fce1129ec7434aba8
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>