| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name" : "库比森轮胎-车主",
- "appid" : "__UNI__F0875D6",
- "description" : "",
- "versionName" : "1.0.0",
- "versionCode" : 100,
- "transformPx" : false,
- "app-plus" : {
- /* 5+App特有相关 */
- "usingComponents" : true,
- "nvueCompiler" : "uni-app",
- "nvueStyleCompiler" : "uni-app",
- "splashscreen" : {},
- "modules" : {},
- "permissions" : {}
- },
- /* SDK配置 */
- "quickapp" : {},
- /* 快应用特有相关 */
- "mp-weixin" : {
- /* 小程序特有相关 */
- "appid" : "wx93f58c9f589e1aa1",
- "setting" : {
- "urlCheck" : false,
- "postcss" : true,
- "minified" : true,
- "ignoreDevUnusedFiles" : false
- },
- "usingComponents" : true,
- "__usePrivacyCheck__" : true,
- "permission" : {
- "scope.camera" : {
- "desc" : "需要您的摄像头权限用于拍照上传头像"
- },
- "scope.album" : {
- "desc" : "需要您的相册权限用于选择头像图片"
- }
- },
- "requiredPrivateInfos" : [ "startLocationUpdate", "onLocationChange", "chooseLocation" ]
- },
- "vueVersion" : "2"
- }
|