上传视频,页面调整
This commit is contained in:
@@ -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('/oss/upload', file)
|
||||
export const uploadFile = (file) => http.upload('https://server.gxwebsoft.com/api/oss/upload', file)
|
||||
// export const uploadFile = async ({filePath}) => {
|
||||
|
||||
// // 获取临时凭证
|
||||
|
||||
Reference in New Issue
Block a user