This commit is contained in:
lcw
2025-07-28 10:47:50 +08:00
parent b3b30026c9
commit 81b2319acc
454 changed files with 181487 additions and 20708 deletions

View File

@ -4,8 +4,8 @@ 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://192.168.8.15: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"//毛毛
module.exports = {
@ -49,8 +49,8 @@ module.exports = {
changeOrigin: true,
logLevel: "debug",
pathRewrite: {
"^/chat": "/"
}
"^/chat": "/"
}
},
}
},