liuyg
2021-11-04 f40d357b292c24c6091e79e98d40e224baf26d03
pages/reported/reported.vue
@@ -162,7 +162,7 @@
                  for (var i = 0; i < tempFilePath.length; i++) {
                     uni.uploadFile({
                        // url: 'https://web.byisf.com/api/blade-jfpts/depl/put-depl', //仅为示例,非真实的接口地址
                        url: 'http://web.byisf.com:82/blade-jfpts/depl/put-depl',
                        url: that.$store.state.piAPI+'/depl/put-depl',
                        filePath: tempFilePath[i],
                        name: 'file',
                        formData: {
@@ -204,7 +204,7 @@
                  })
                  uni.uploadFile({
                     // url: 'https://web.byisf.com/api/blade-jfpts/depl/put-depl', 
                     url: 'http://web.byisf.com:82/blade-jfpts/depl/put-depl',
                     url: that.$store.state.piAPI+'/depl/put-depl',
                     filePath: tempFilePath,
                     name: 'file',
                     formData: {