fix 修复 oss 路径漏改问题

This commit is contained in:
疯狂的狮子li
2023-04-26 22:47:28 +08:00
parent f5a21c9b6f
commit 67864e67b3
4 changed files with 4 additions and 4 deletions

View File

@ -68,7 +68,7 @@ const { proxy } = getCurrentInstance() as ComponentInternalInstance;
const upload = reactive<UploadOption>({
headers: { Authorization: "Bearer " + getToken() },
url: import.meta.env.VITE_APP_BASE_API + '/system/oss/upload'
url: import.meta.env.VITE_APP_BASE_API + '/resource/oss/upload'
})
const myQuillEditor = ref();