{ "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": [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, /* 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" }