This commit is contained in:
lcw
2025-09-18 11:14:44 +08:00
20 changed files with 686 additions and 684 deletions

View File

@ -3,9 +3,9 @@ const path = require("path");
function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://192.168.8.15:8006"
// const serverHost = "http://192.168.1.32:8066"
const serverHost = "http://192.168.8.19:8006"//波哥
// const serverHost = "http://47.108.232.77:9537";
// const serverHost = "http://192.168.0.231:8006"
// const serverHost = "http://127.0.0.1:8006"
module.exports = {
publicPath: "./",