uni-app使用HBuilderX打包Web项目
"h5" : {
"template" : "",
"domain" : "",
"publicPath" : "./",
"devServer" : {
"disableHostCheck" : true, //禁止访问本地host文件
// "https" : true,
// "port" : 8080,
"proxy" : {
"/wx" : {
"target" : ":8092", //这里使用后端服务器的地址
"changeOrigin" : true, //是否跨域
"secure" : true, // 是否支持 https 协议的代理
"pathRewrite" : {
"^/wx" : ""
}
}
},
"port" : "",
"https" : false
},
"title" : "AI Answer",
"router" : {
"mode" : "history",
"base" : "./"
}
}