qingyiay
2024-02-01 a6ed23b018343a68f9fd276647cc4af817398d1b
src/views/my-components/xboot/quill.vue
@@ -157,7 +157,7 @@
  methods: {
    initEditor() {
      this.accessToken = {
        accessToken: this.getStore("accessToken")
        accessToken: this.getSessionStore("accessToken")
      };
      this.editor = new Quill(`#${this.id}`, this.options);
      let that = this;