소스 검색

ios图片上传闪退测试

LuChongMei 10 달 전
부모
커밋
b17da2af21
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/placeManage/placeFirefighting/placeFirefightingView.vue
  2. 1 1
      src/views/placeManage/placeTablet/placeTabletInfo.vue

+ 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;