{ "name" : "webLiandiao", "appid" : "__UNI__8A70DF1", "description" : "", "versionName" : "1.0.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 }, "h5" : { "devServer" : { "port" : 8080, //端口 "https" : false, "disableHostCheck" : true, "proxy" : { //使用代理 "/img" : { "target" : "http://139.199.2.142:8081//img", //目标地址 "changeOrigin" : true, "secure" : false, // 设置地址重定向,把程序中/api开头的路径替换成:http://t.yushu.im" "pathRewrite" : { "/img" : "" // 设置/api路径重定向 } }, // /testingServer/shareVideo "/shareVideo" : { "target" : "http://139.199.2.142:8081/shareVideo", //目标地址https://chtech.ncjti.edu.cn/testingServer/shareVideo "changeOrigin" : true, "secure" : false, // 设置地址重定向,把程序中/api开头的路径替换成:http://t.yushu.im" "pathRewrite" : { "/shareVideo" : "" // 设置/api路径重定向 } } } }, // "/api" : { // "target" : "http://192.168.161.100:8080/api", //目标地址https://chtech.ncjti.edu.cn/testingServer/shareVideo // "changeOrigin" : true, // "secure" : false, // // 设置地址重定向,把程序中/api开头的路径替换成:http://t.yushu.im" // "pathRewrite" : { // "/api" : "" // 设置/api路径重定向 // } // } "router" : { "mode" : "history", "base" : "/shareVideoH5/" } }, // "base" : "/testingServer/shareVideoH5/" "vueVersion" : "2" }