This commit is contained in:
lcw
2025-10-09 21:33:18 +08:00
parent 3b54e1bb47
commit 598c4fd3e2
23 changed files with 284 additions and 25 deletions

View File

@ -3,8 +3,8 @@ const path = require("path");
function resolve(dir) {
return path.join(__dirname, dir);
}
// const serverHost = "http://192.192.192.109:8006";
const serverHost = "http://192.168.0.231:8006";
const serverHost = "http://47.108.232.77:9537";
// const serverHost = "http://192.168.0.231:8006";
// const serverHost ="http://80.60.36.64:8006"
module.exports = {
publicPath: "/",