{ "name" : "test", "appid" : "__UNI__2839FFE", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, /* 模块配置 */ "modules" : {}, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, /* ios打包配置 */ "ios" : {}, /* SDK配置 */ "sdkConfigs" : {} } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "", "setting" : { "urlCheck" : false }, "usingComponents" : true }, "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { "usingComponents" : true }, "mp-toutiao" : { "usingComponents" : true }, "uniStatistics" : { "enable" : false }, "vueVersion" : "2", "h5" : { "router" : { "mode" : "hash", "base" : "./" }, "title" : "预选清单", "devServer" : { "https" : false, "proxy" : { "/preselect_h5_interface" : { // "target" : "http://127.0.0.1:10022/", // "target" : "http://127.0.0.1:10024/", "target" : "https://dmtest.ahapp.net/preselect_h5_interface/", // "target" : "http://121.41.164.217/", // "target" : "http://192.168.0.15:10022/", // "target" : "https://dmtest.ahapp.net/", "changeOrigin" : true, "secure" : false, "pathRewrite" : { "^/preselect_h5_interface" : "/" } } } }, "optimization" : { "treeShaking" : { "enable" : false } }, "template" : "templateH5.html" } }