update src/components/Editor/index.vue.
Signed-off-by: GXRoger <875161928@qq.com>
This commit is contained in:
parent
0082354aba
commit
88d9aec68c
@ -50,7 +50,7 @@ const props = defineProps({
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
|
||||
const upload = reactive<UploadOption>({
|
||||
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user