Ver código fonte

上传路径修改

master
liuchang 1 mês atrás
pai
commit
df019e340e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      utils/utils.ts

+ 1
- 1
utils/utils.ts Ver arquivo

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

Carregando…
Cancelar
Salvar