{ "name" : "包装过程记录", "appid" : "__UNI__4FFCF87", "description" : "", "versionName" : "1.0.0", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { "usingComponents" : true, "nvueCompiler" : "uni-app", "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, "autoclose" : true, "delay" : 0 }, /* 模块配置 */ "modules" : {}, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "", "" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] }, /* ios打包配置 */ "ios" : { "dSYMs" : false }, /* SDK配置 */ "sdkConfigs" : { "ad" : {} } } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { "appid" : "wxaaa7701af2475a6e", "setting" : { "urlCheck" : false, "postcss" : true, "minified" : true }, "usingComponents" : true, "permission" : {}, "secureNetwork" : { "enable" : false } }, "mp-alipay" : { "usingComponents" : true }, "mp-baidu" : { "usingComponents" : true }, "mp-toutiao" : { "usingComponents" : true }, "h5" : { "devServer" : { "https" : false, "port" : 8081, "proxy": { "/api": { // 这里以 "/api" 开头的请求都会被代理 "target": "http://maomaochong.top:8899", // 请求的目标域名 "changeOrigin": true, // 是否跨域 "secure": false, "pathRewrite": { "^/api": "" // 路径重写规则,根据需要进行调整 } } } }, "title" : "奥斯医疗" } }