{ "name" : "花卉宝", "appid" : "", "description" : "应用描述", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : true, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueCompiler" : "uni-app", "compilerVersion" : 3, "nvueLaunchMode" : "fast", "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, "modules" : { "OAuth" : {}, "Payment" : {}, "Push" : {}, "Share" : {}, "Speech" : {}, "VideoPlayer" : {} }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, /* ios打包配置 */ "ios" : { "UIBackgroundModes" : [ "audio" ], "urlschemewhitelist" : [ "baidumap", "iosamap" ] }, /* SDK配置 */ "sdkConfigs" : { "speech" : { "ifly" : {} } }, "orientation" : [ "portrait-primary" ] } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "wxe4675bab299a52f7", "setting" : { "urlCheck" : false }, "usingComponents" : true, "permission" : { "scope.userLocation" : { "desc" : "请点击确定" } } }, "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { "usingComponents" : true }, "mp-toutiao" : { "usingComponents" : true }, "h5" : { "template" : "template.h5.html", "router" : { // "mode" : "history", "base" : "/" }, "async": { "timeout": 200000 }, "optimization": { "treeShaking": { "enable": true } }, "devServer": { "port": 81, "proxy": { "/api": { "target": "http://api.b.huaml.com", "secure": false, "changeOrigin": true, "pathRewrite": { "^/api": "" } } } }, "sdkConfigs" : { "maps" : { "qqmap" : { "key" : "" } } }, "async" : { "timeout" : 20000 } } }