From 0972d504abb5cef8473fe7e09bb8b9ca5cc7a4c5 Mon Sep 17 00:00:00 2001 From: wangys <3401275564@qq.com> Date: Fri, 9 Jan 2026 17:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../packages/workcase_wechat/manifest.json | 198 +++++++++--------- 1 file changed, 99 insertions(+), 99 deletions(-) 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