123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201 |
- {
- "name": "消息",
- "appid": "__UNI__EC201C9",
- "description": "",
- "versionName": "1.0.0",
- "versionCode": "100",
- "transformPx": false,
- "sassImplementationName": "node-sass",
- /* 5+App特有相关 */
- "app-plus": {
- "usingComponents": true,
- "nvueStyleCompiler": "uni-app",
- "compilerVersion": 3,
- "splashscreen": {
- "alwaysShowBeforeRender": true,
- "waiting": true,
- "autoclose": true,
- "delay": 0
- },
- /* 模块配置 */
- "modules": {
- "Push": {},
- "Record": {},
- "VideoPlayer": {},
- "Camera": {}
- },
- /* 应用发布信息 */
- "distribute": {
- /* android打包配置 */
- "android": {
- "permissions": [
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
- "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
- "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CAMERA\"/>",
- "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
- "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
- "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
- "<uses-feature android:name=\"android.hardware.camera\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
- ]
- },
- /* ios打包配置 */
- "ios": {
- "capabilities": {
- "entitlements": {
- "com.apple.security.application-groups": [
- ""
- ]
- }
- },
- "dSYMs": false
- },
- /* SDK配置 */
- "sdkConfigs": {
- "push": {},
- "ad": {}
- }
- },
- "nativePlugins": {
- "TencentCloud-TIMPush": {
- "TIMPushAppGroupID": "0",
- "com.hihonor.push.app_id": "0",
- "com.vivo.push.api_key": "0",
- "com.vivo.push.app_id": "0",
- "__plugin_info__": {
- "name": "【官方】uni-app 推送插件 TencentCloud-TIMPush",
- "description": "腾讯云即时通信 IM Push 插件,目前推送支持小米、华为、荣耀、OPPO、vivo、魅族、APNs、一加、realme、iQOO 和 苹果等厂商通道。",
- "platforms": "Android,iOS",
- "url": "https://ext.dcloud.net.cn/plugin?id=16428",
- "android_package_name": "",
- "ios_bundle_id": "",
- "isCloud": true,
- "bought": 1,
- "pid": "16428",
- "parameters": {
- "TIMPushAppGroupID": {
- "des": "iOS平台的AppGroupID",
- "key": "TIMPushAppGroupID",
- "value": ""
- },
- "com.hihonor.push.app_id": {
- "des": "Honor推送 app_id",
- "key": "com.hihonor.push.app_id",
- "value": ""
- },
- "com.vivo.push.api_key": {
- "des": "VIVO推送 api_key",
- "key": "",
- "value": ""
- },
- "com.vivo.push.app_id": {
- "des": "VIVO推送 app_id",
- "key": "",
- "value": ""
- }
- }
- }
- },
- "TencentCloud-TUICallKit": {
- "__plugin_info__": {
- "name": "【官方】腾讯云音视频通话插件TencentCloud-TUICallKit",
- "description": "TUICallKit 是腾讯云官方推出的音视频通话插件,支持 1v1 通话和群组通话,并提供“类微信\"的 UI 交互,开发者仅需三个 API 就可实现。",
- "platforms": "Android,iOS",
- "url": "https://ext.dcloud.net.cn/plugin?id=9035",
- "android_package_name": "",
- "ios_bundle_id": "",
- "isCloud": true,
- "bought": 1,
- "pid": "9035",
- "parameters": {}
- }
- }
- }
- },
- /* 快应用特有相关 */
- "quickapp": {},
- /* H5 特有相关 :关闭 treeshaking 是为了规避 uni[methond]() is not a function 的问题 */
- "h5": {
- "devServer": {
- "port": 8080,
- "disableHostCheck": true,
- "proxy": {
- "/dev-api": {
- // "target": "http://47.109.135.147:30000",
- "target": "http://192.168.0.17:30000",
- // "target": "https://applet-dev.qianzhi-y.com/api",
- "changeOrigin": true,
- "secure": false,
- "pathRewrite": {
- "^/dev-api": ""
- }
- }
- },
- "https": false
- },
- "template": "index.html",
- "router": {
- "base": "./",
- "mode": "hash"
- }
- },
- // "optimization" : {
- // "treeShaking" : {
- // "enable" : true
- // }
- // },
- // "devServer" : {
- // "port" : 8080,
- // "disableHostCheck" : true,
- // "proxy" : {
- // "/api" : {
- // "target" : "http://192.168.18.122:9001/",
- // // "target": "https://admin-test.sxdirectpurchase.com",
- // "changeOrigin" : true,
- // "secure" : false,
- // "pathRewrite" : {
- // "^/api" : "/api"
- // }
- // }
- // },
- // "https" : true
- // },
- // "template" : "index.html",
- // "router" : {
- // "base" : "/message",
- // "mode" : "hash"
- // }
- /* 小程序特有相关 */
- "mp-weixin": {
- "libVersion": "latest",
- "appid": "",
- "setting": {
- "urlCheck": false,
- "es6": true,
- "minified": true,
- "ignoreDevUnusedFiles": false,
- "ignoreUploadUnusedFiles": false
- },
- "usingComponents": true
- },
- "mp-alipay": {
- "usingComponents": true
- },
- "mp-baidu": {
- "usingComponents": true
- },
- "mp-toutiao": {
- "usingComponents": true
- },
- "uniStatistics": {
- "enable": false
- },
- "vueVersion": "2"
- }
|