diff --git a/urbanLifelineWeb/packages/workcase_wechat/manifest.json b/urbanLifelineWeb/packages/workcase_wechat/manifest.json index 47d16589..f3e5a86a 100644 --- a/urbanLifelineWeb/packages/workcase_wechat/manifest.json +++ b/urbanLifelineWeb/packages/workcase_wechat/manifest.json @@ -1,100 +1,100 @@ { - "name" : "泰豪小电", - "appid" : "__UNI__69FD573", - "description" : "泰豪小电智能工单系统", - "versionName" : "1.0.0", - "versionCode" : "100", - "uni-app-x" : {}, - "quickapp" : {}, - "mp-weixin" : { - "appid" : "wx3708f41b1dc31f52", - "setting" : { - "urlCheck" : false, - "postcss" : true, - "minified" : true - }, - "usingComponents" : true, - "permission" : { - "scope.camera" : { - "desc" : "用于视频会议时开启摄像头" - }, - "scope.record" : { - "desc" : "用于视频会议时开启麦克风" - } - }, - "requiredPrivateInfos" : [] - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "vueVersion" : "3", - "app" : { - "distribute" : { - "icons" : { - "android" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - } - }, - "android" : { - "permissions" : [ - "", - "", - "" - ] - }, - "ios" : { - "privacyDescription" : { - "NSCameraUsageDescription" : "用于视频会议时开启摄像头", - "NSMicrophoneUsageDescription" : "用于视频会议时开启麦克风" - } - } - } - }, - "app-android" : { - "distribute" : { - "permissions" : [ - "", - "", - "" - ], - "modules" : {}, - "icons" : { - "hdpi" : "", - "xhdpi" : "", - "xxhdpi" : "", - "xxxhdpi" : "" - }, - "splashScreens" : { - "default" : {} - } - } - }, - "app-ios" : { - "distribute" : { - "privacyDescription" : { - "NSCameraUsageDescription" : "用于视频会议时开启摄像头", - "NSMicrophoneUsageDescription" : "用于视频会议时开启麦克风" - }, - "modules" : {}, - "icons" : {}, - "splashScreens" : {} - } - }, - "web" : { - "router" : { - "mode" : "" - } - } -} + "name": "泰豪小电", + "appid": "__UNI__69FD573", + "description": "泰豪小电智能工单系统", + "versionName": "1.0.0", + "versionCode": "100", + "uni-app-x": {}, + "quickapp": {}, + "mp-weixin": { + "appid": "wx3708f41b1dc31f52", + "setting": { + "urlCheck": true, + "postcss": true, + "minified": true + }, + "usingComponents": true, + "permission": { + "scope.camera": { + "desc": "用于视频会议时开启摄像头" + }, + "scope.record": { + "desc": "用于视频会议时开启麦克风" + } + }, + "requiredPrivateInfos": [] + }, + "mp-alipay": { + "usingComponents": true + }, + "mp-baidu": { + "usingComponents": true + }, + "mp-toutiao": { + "usingComponents": true + }, + "uniStatistics": { + "enable": false + }, + "vueVersion": "3", + "app": { + "distribute": { + "icons": { + "android": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + } + }, + "android": { + "permissions": [ + "", + "", + "" + ] + }, + "ios": { + "privacyDescription": { + "NSCameraUsageDescription": "用于视频会议时开启摄像头", + "NSMicrophoneUsageDescription": "用于视频会议时开启麦克风" + } + } + } + }, + "app-android": { + "distribute": { + "permissions": [ + "", + "", + "" + ], + "modules": {}, + "icons": { + "hdpi": "", + "xhdpi": "", + "xxhdpi": "", + "xxxhdpi": "" + }, + "splashScreens": { + "default": {} + } + } + }, + "app-ios": { + "distribute": { + "privacyDescription": { + "NSCameraUsageDescription": "用于视频会议时开启摄像头", + "NSMicrophoneUsageDescription": "用于视频会议时开启麦克风" + }, + "modules": {}, + "icons": {}, + "splashScreens": {} + } + }, + "web": { + "router": { + "mode": "" + } + } +} \ No newline at end of file