zhangxiaoxu123
2023-05-04 c1c0e7fd8095d577c43f036844db0cd1f232cef9
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;