兰宝车间质量管理系统-前端
ahaos
2023-09-28 c6f3cd068e58c2bf356e455db9d2769cbbc1d2f0
src/components/Editor/index.vue
@@ -50,7 +50,7 @@
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const upload = reactive<UploadOption>({
  headers: globalHeaders,
  headers: globalHeaders(),
  url: import.meta.env.VITE_APP_BASE_API + '/resource/oss/upload'
})
const myQuillEditor = ref();