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