diff --git a/public/config.js b/public/default/config.js similarity index 91% rename from public/config.js rename to public/default/config.js index 75544039..e1928097 100644 --- a/public/config.js +++ b/public/default/config.js @@ -4,7 +4,7 @@ */ (function () { // host = ip:prot - const host = "192.168.2.166:3186"; + const host = "192.168.2.219:3030"; // Service Address 服务地址 const baseUrl = `http://${host}`