This commit is contained in:
lcw
2026-03-09 13:08:55 +08:00
parent 5b48424bf5
commit 869f8b31fb
7 changed files with 22070 additions and 102 deletions

View File

@ -3,8 +3,8 @@ const path = require("path");
function resolve(dir) {
return path.join(__dirname, dir);
}
const serverHost = "http://118.122.165.45:35623";
// const serverHost = "http://192.168.3.105:8006";
// const serverHost = "http://118.122.165.45:35623";
const serverHost = "http://192.168.31.94:8006";
module.exports = {
publicPath: "/",