This commit is contained in:
lcw
2025-09-15 21:18:16 +08:00
15 changed files with 966 additions and 55 deletions

View File

@ -3,11 +3,19 @@ const path = require("path");
function resolve(dir) {
return path.join(__dirname, dir);
}
<<<<<<< HEAD
const serverHost = "http://192.168.1.32:8066";
// const serverHost = "http://192.168.0.83:8006";
module.exports = {
publicPath: "./",
outputDir: "zhgj",
=======
const serverHost = "http://192.168.0.231:8006";
// const serverHost = "http://127.0.0.1:8006"
module.exports = {
publicPath: "./",
outputDir: "gj",
>>>>>>> d55c698309e1775da715e035dd9e1b7d06e52a30
assetsDir: "static",
lintOnSave: false, //process.env.NODE_ENV === 'development',
productionSourceMap: false,