修改客户提出的要求点

This commit is contained in:
gxwebsoft
2024-04-10 15:10:25 +08:00
parent 68c7734828
commit 5a030d5a30
5 changed files with 29 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ import appConfig from '@/config.js'
// export const uploadFile = (file) => http.upload(fileUrl + '/api/file/upload', file)
// 阿里云OSS
export const uploadFile = (file) => http.upload('https://server.gxwebsoft.com/api/oss/upload', file)
export const uploadFile = (file) => http.upload('https://open.gxwebsoft.com/api/oss/upload', file)
// export const uploadFile = async ({filePath}) => {
// // 获取临时凭证