This commit is contained in:
lcw
2025-09-29 18:14:21 +08:00
parent b8ba71d9de
commit 6dd7369650
21 changed files with 14 additions and 28 deletions

View File

@ -3,19 +3,11 @@ 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";
// const serverHost = "http://192.168.1.32:8066";
const serverHost = "http://192.168.0.231: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,