This commit is contained in:
13684185576
2025-09-15 09:19:01 +08:00
parent 7f61aba9d6
commit 36d4668459
41 changed files with 2 additions and 74 deletions

View File

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