From c1c0e7fd8095d577c43f036844db0cd1f232cef9 Mon Sep 17 00:00:00 2001 From: zhangxiaoxu123 <819527061@qq.com> Date: 星期四, 04 五月 2023 11:30:45 +0800 Subject: [PATCH] 解决大屏携带token问题 --- src/views/my-components/xboot/quill.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/my-components/xboot/quill.vue b/src/views/my-components/xboot/quill.vue index 8beabe4..02b1159 100644 --- a/src/views/my-components/xboot/quill.vue +++ b/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; -- Gitblit v1.9.1