web123456

uni-app uses HBuilderX to package web projects

"h5" : { "template" : "", "domain" : "", "publicPath" : "./", "devServer" : { "disableHostCheck" : true, //Disable access to local host files// "https" : true, // "port" : 8080, "proxy" : { "/wx" : { "target" : ":8092", //The address of the backend server is used here"changeOrigin" : true, //Whether it crosses the domain"secure" : true, //Whether to support the https protocol proxy"pathRewrite" : { "^/wx" : "" } } }, "port" : "", "https" : false }, "title" : "AI Answer", "router" : { "mode" : "history", "base" : "./" } }