From 88d9aec68c91964093bb72e0d93451be0ac1592b Mon Sep 17 00:00:00 2001 From: GXRoger <875161928@qq.com> Date: Tue, 25 Jul 2023 07:50:18 +0000 Subject: [PATCH] update src/components/Editor/index.vue. Signed-off-by: GXRoger <875161928@qq.com> --- src/components/Editor/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue index b5b1526..b8ff029 100644 --- a/src/components/Editor/index.vue +++ b/src/components/Editor/index.vue @@ -50,7 +50,7 @@ const props = defineProps({ const { proxy } = getCurrentInstance() as ComponentInternalInstance; const upload = reactive({ - headers: { Authorization: "Bearer " + getToken() }, + headers: { Authorization: "Bearer " + getToken(), clientid: import.meta.env.VITE_APP_CLIENT_ID }, url: import.meta.env.VITE_APP_BASE_API + '/resource/oss/upload' }) const myQuillEditor = ref();