diff --git a/src/manifest.json b/src/manifest.json index 0c62709..3572b42 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -40,12 +40,22 @@ "", "", "", - "" + "", + "", + "" ] }, /* ios打包配置 */ "ios" : { - "dSYMs" : false + "dSYMs" : false, + "permissions" : { + "camera" : { + "description" : "需要相机权限拍照" + }, + "photo-library" : { + "description" : "需要相册权限选择照片" + } + } }, /* SDK配置 */ "sdkConfigs" : {}, diff --git a/src/pages/coordinatePhotos/upload-record/index.vue b/src/pages/coordinatePhotos/upload-record/index.vue index a5b9796..ecd0aab 100644 --- a/src/pages/coordinatePhotos/upload-record/index.vue +++ b/src/pages/coordinatePhotos/upload-record/index.vue @@ -44,7 +44,7 @@ - + - + - + {