123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "name" : "yudao",
- "appid" : "__UNI__F8A9CA1",
- "description" : "芋道商城",
- "versionName" : "1.0.0",
- "versionCode" : 1001,
- "transformPx" : false,
- /* 5+App特有相关 */
- "app-plus" : {
- "usingComponents" : true,
- "nvueCompiler" : "uni-app",
- "splashscreen" : {
- "alwaysShowBeforeRender" : false,
- "waiting" : false,
- "autoclose" : true,
- "delay" : 0
- },
- /* 模块配置 */
- "modules" : {
- "Geolocation" : {},
- "Barcode" : {},
- "Camera" : {}
- },
- /* 应用发布信息 */
- "distribute" : {
- /* android打包配置 */
- "android" : {
- "permissions" : [
- "<uses-feature android:name=\"android.hardware.camera\"/>",
- "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
- "<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_COMPONENT_ENABLED_STATE\"/>",
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
- "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
- "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
- "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>"
- ],
- "abiFilters" : []
- },
- /* ios打包配置 */
- "ios" : {
- "idfa" : false,
- "dSYMs" : false
- },
- /* SDK配置 */
- "sdkConfigs" : {
- "ad" : {},
- "geolocation" : {
- "system" : {
- "__platform__" : [ "ios", "android" ]
- }
- },
- "maps" : {
- "amap" : {
- "appkey_ios" : "",
- "appkey_android" : ""
- }
- }
- },
- "icons" : {}
- },
- "nvueLaunchMode" : "",
- "uniStatistics" : {
- "enable" : true
- }
- },
- /* 快应用特有相关 */
- "quickapp" : {},
- /* 小程序特有相关 */
- "mp-weixin" : {
- "appid" : "wx63c280fe3248a3e7",
- "setting" : {
- "urlCheck" : true,
- "minified" : true,
- "postcss" : true,
- "es6" : true
- },
- "requiredPrivateInfos" : [ "getLocation" ],
- "permission" : {
- "scope.userLocation" : {
- "desc" : "你的位置信息将用于位置接口的效果展示"
- }
- },
- // "plugins" : {
- // "chat" : {
- // "version" : "1.0.8",
- // "provider" : "wx738958e0f4c894f9"
- // }
- // },
- // "sitemapLocation" : "sitemap.json",
- "usingComponents" : true
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "h5" : {
- "devServer" : {
- "https" : false,
- "disableHostCheck" : true
- },
- "router" : {
- "mode" : "history",
- "base" : ""
- },
- "domain" : "",
- "sdkConfigs" : {
- "maps" : {}
- },
- "optimization" : {
- "treeShaking" : {
- "enable" : true
- }
- },
- "async" : {
- "timeout" : 200000
- },
- "title" : "芋道商城"
- },
- "plus" : {
- "statusbar" : {
- "immersed" : true
- }
- }
- }
|