瀏覽代碼

ios图片上传闪退测试

LuChongMei 9 月之前
父節點
當前提交
b17da2af21

+ 1 - 1
src/views/placeManage/placeFirefighting/placeFirefightingView.vue

@@ -361,7 +361,7 @@ export default {
             `/sys/file/webupload/upload?uploadPath=religioussites/fire/fireEquipment`,
           headers: {
             "Content-Type": "multipart/form-data",
-			"token": store.state.pctoken,
+			// "token": store.state.pctoken,
           },
         }).then((res) => {
           

+ 1 - 1
src/views/placeManage/placeTablet/placeTabletInfo.vue

@@ -373,7 +373,7 @@ export default {
           `/sys/file/webupload/upload?uploadPath=placememorialtablets/placeMemorialTablets`,
         headers: {
           "Content-Type": "multipart/form-data",
-          "token": store.state.pctoken,
+          // "token": store.state.pctoken,
         },
       }).then((res) => {
         let data = res[0].data;