This commit is contained in:
lcw
2025-12-05 21:38:51 +08:00
parent 854a5cd9d2
commit f06032cc69
81 changed files with 2243 additions and 266 deletions

View File

@ -3,8 +3,8 @@ const path = require("path");
function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://47.108.232.77:9537";
// const serverHost = "http://192.168.0.231:8006";
// const serverHost = "http://47.108.232.77:9537";
const serverHost = "http://192.168.2.206:8006";
module.exports = {
publicPath: "./",
outputDir: "zhgj",