diff --git a/public/default/config.js b/public/default/config.js index 7a8fdd1e..217724bc 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -18,7 +18,7 @@ */ (function () { // host = ip:prot - const host = '192.168.2.166:3030'; + const host = '192.168.8.100:3030'; // Service Address 服务地址 sessionStorage.setItem(baseUrl, `http://${host}`);