{ "name" : "", "appid" : "__UNI__EB71401", "description" : "", "versionName" : "3.5.0", "versionCode" : "100", "transformPx" : false, "app-plus" : { /* 5+App特有相关 */ "usingComponents" : true, "nvueCompiler" : "uni-app", "nvueStyleCompiler" : "uni-app", "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, "modules" : {}, /* 模块配置 */ "distribute" : { /* 应用发布信息 */ "android" : { /* android打包配置 */ "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ] }, "ios" : {}, /* ios打包配置 */ "sdkConfigs" : {} } }, /* SDK配置 */ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { /* 小程序特有相关 */ "appid" : "", "setting" : { "urlCheck" : false }, "usingComponents" : true }, "vueVersion" : "3", // h5特有相关 "h5" : { "devServer" : { "proxy" : { "/service" : { "target" : "http://192.168.3.111", //请求的目标域名 // "target" : "http://192.168.4.163", //宋程玉本地 "changeOrigin" : true, //是否跨域 "secure" : false }, "/file" : { "target" : "http://192.168.3.111", //请求的目标域名 "changeOrigin" : true, //是否跨域 "secure" : false } }, "port" : 8081 //当前项目的端口号 }, "router" : { "base" : "/user/" }, "optimization" : { "treeShaking" : { "enable" : true } } } }