Explorar el Código

上传路径修改

master
liuchang hace 1 mes
padre
commit
df019e340e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      utils/utils.ts

+ 1
- 1
utils/utils.ts Ver fichero

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

Cargando…
Cancelar
Guardar