浏览代码

路径修改

master
cetc 1 个月前
父节点
当前提交
1f64ba3009
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      utils/utils.ts

+ 2
- 2
utils/utils.ts 查看文件

@@ -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: {

正在加载...
取消
保存