zengh
2021-06-23 4fd91af18aa9e265ca26e1945433ee8bbc9ef336
pages/reported/reported.vue
@@ -140,7 +140,7 @@
                     // 循环调用uni.uploadFile ,因微信小程序只支持单文件上传
                     for (var i = 0; i < tempFilePath.length; i++) {
                        uni.uploadFile({
                           // url: 'https://web.byisf.com/api/blade-jfpts/depl/put-depl', //仅为示例,非真实的接口地址
                           // url: 'https://web.byisf.com/api/depl/put-depl', //仅为示例,非真实的接口地址
                           url: 'http://web.byisf.com:82/blade-jfpts/depl/put-depl',
                           filePath: tempFilePath[i],
                           name: 'file',
@@ -182,7 +182,7 @@
                        mask: true
                     })
                     uni.uploadFile({
                        // url: 'https://web.byisf.com/api/blade-jfpts/depl/put-depl',
                        // url: 'https://web.byisf.com/api/depl/put-depl',
                        url: 'http://web.byisf.com:82/blade-jfpts/depl/put-depl',
                        filePath: tempFilePath,
                        name: 'file',