diff --git a/index.html b/index.html index 1369a698..f24438e9 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,8 @@ + +
diff --git a/public/config.js b/public/config.js index 9443bc82..7783a294 100644 --- a/public/config.js +++ b/public/config.js @@ -3,7 +3,7 @@ */ (function () { // host = ip:prot - const host = "192.168.12.12:3030"; + const host = "192.168.0.229:3186"; // 服务地址 const baseUrl = `http://${host}`