Browse Source

路径修改

master
cetc 3 weeks ago
parent
commit
1f64ba3009
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      utils/utils.ts

+ 2
- 2
utils/utils.ts View File

@@ -523,8 +523,8 @@ export const uploadFile = (tempImagePath, imageType) => {
console.log("tempImagePath", tempImagePath, tempImagePath.size,imageType)
return new Promise((resolve, reject) => {
uni.uploadFile({
// url: 'https://qtzl.etcjz.cn/newDev/minIo/upload', //仅为示例,非真实的接口地址
url: 'https://qtzl.etcjz.cn/newProd/prod/minIo/upload', //仅为示例,非真实的接口地址
// url: 'https://qtzl.etcjz.cn/newDev/minIo/upload', //测试
url: 'https://qtzl.etcjz.cn/newProd/minIo/upload', //仅为示例,非真实的接口地址
filePath: tempImagePath,
name: 'file',
formData: {

Loading…
Cancel
Save