@@ -142,7 +142,9 @@
success: (res) => {
uni.showLoading({
title: "正在上传中...",
- });
+ });
+
+ console.log(this.url);
uni.uploadFile({
url: this.url + "/common/upload", //图片上传接口
filePath: res.tempFilePath,