소스 검색

自定义相册修改提交

lxh 1 주 전
부모
커밋
24e79929b1
3개의 변경된 파일77개의 추가작업 그리고 928개의 파일을 삭제
  1. 1 1
      .hbuilderx/launch.json
  2. 2 1
      manifest.json
  3. 74 926
      pages/gasreport/components/gasImgIdentify.vue

+ 1 - 1
.hbuilderx/launch.json

@@ -2,7 +2,7 @@
     "version" : "1.0",
     "configurations" : [
         {
-            "playground" : "standard",
+            "playground" : "custom",
             "type" : "uni-app:app-android"
         },
         {

+ 2 - 1
manifest.json

@@ -62,7 +62,8 @@
                     "<uses-feature android:name=\"android.hardware.nfc\" android:required=\"true\" />",
                     "<uses-permission android:name=\"android.permission.READ_EXTERNAL_STORAGE\"/>",
                     "<uses-permission android:name=\"android.permission.READ_MEDIA_IMAGES\" />",
-                    "<uses-permission android:name=\"android.permission.READ_MEDIA_AUDIO\" />"
+                    "<uses-permission android:name=\"android.permission.READ_MEDIA_AUDIO\" />",
+                    "<uses-permission android:name=\"android.permission.READ_MEDIA_VIDEO\" />"
                 ]
             },
             "ios" : {

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 74 - 926
pages/gasreport/components/gasImgIdentify.vue


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.