From ee05ebd73eab114bc33015aa1a95c0932f902a08 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Fri, 20 Oct 2023 17:53:57 +0800 Subject: [PATCH] fix: default config.js --- public/default/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/default/config.js b/public/default/config.js index e1928097..75544039 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -4,7 +4,7 @@ */ (function () { // host = ip:prot - const host = "192.168.2.219:3030"; + const host = "192.168.2.166:3186"; // Service Address 服务地址 const baseUrl = `http://${host}`