This commit is contained in:
lcw
2025-06-23 09:57:34 +08:00
parent 77819f1bed
commit b433509302
127 changed files with 206 additions and 192 deletions

View File

@ -4,7 +4,8 @@ function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://192.192.8.9:8006";
// const serverHost = "http://192.192.8.9:8006";
const serverHost = "http://192.168.43.92:8006"
// const serverHost = "http://127.0.0.1:8006"
module.exports = {
publicPath: "./",