From 639728723852a1c4bfa7d45d1b0a02bcbbbe2a33 Mon Sep 17 00:00:00 2001 From: hejinfu1026 <18537720348@163.com> Date: Fri, 14 Jan 2022 17:50:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9y=E7=A7=BB=E5=8A=A8=E7=AB=AF?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E9=85=8D=E7=BD=AEapi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/util.js b/utils/util.js index 4374d1cf..4847c0e5 100644 --- a/utils/util.js +++ b/utils/util.js @@ -453,7 +453,7 @@ export default { uni.showLoading({ title: '图片上传中', }); - let urlPath = HTTP_ADMIN_URL + '/admin/upload/image' + "?model=" + model + "&pid=" + pid + let urlPath = HTTP_ADMIN_URL + '/api/admin/upload/image' + "?model=" + model + "&pid=" + pid let localPath = res.tempFilePaths[0]; uni.uploadFile({ url: urlPath,