Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
uyoufu committed Jul 23, 2024
2 parents 44139b1 + 96d431b commit 24c38d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-src/src/components/uploader/ObjectUploader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function factoryFn (files: readonly IUploadFile[]): Promise<QUploaderFactoryObje
return new Promise((resolve) => {
// Retrieve JWT token from your store.
const token = userInfoStore.token
const uploadUrl = `${process.env.BASE_URL}${appConfig.api}/ file/upload-file-object`
const uploadUrl = `${process.env.BASE_URL}${appConfig.api}/file/upload-file-object`
const result: QUploaderFactoryObject = {
url: uploadUrl,
method: 'POST',
Expand Down

0 comments on commit 24c38d5

Please sign in to comment.