This commit is contained in:
lcw
2025-09-24 18:14:32 +08:00
9 changed files with 675 additions and 269 deletions

View File

@ -3,12 +3,11 @@ const path = require("path");
function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://192.168.1.32:8006"//波哥
// const serverHost = "http://47.108.232.77:9537"//波哥
// const serverHost = "http://192.168.3.248:8066"//波哥
// const serverHost = "http://192.168.0.231:8006"//线上
// const serverHost = "http://192.168.1.117:8006"//周
// const serverHost = "http://192.168.1.98:8006"//毛毛
const serverHost = "http://192.168.1.98:8006"//毛毛
module.exports = {
// configureWebpack: {