This commit is contained in:
lcw
2025-09-15 21:16:45 +08:00
parent c16d0e6bed
commit ae76d8bbbe
381 changed files with 224 additions and 167 deletions

View File

@ -4,10 +4,10 @@ function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://192.168.1.32:8066";
// const serverHost = "http://127.0.0.1:8006"
// const serverHost = "http://192.168.0.83:8006";
module.exports = {
publicPath: "./",
outputDir: "ylth",
outputDir: "zhgj",
assetsDir: "static",
lintOnSave: false, //process.env.NODE_ENV === 'development',
productionSourceMap: false,