From 09a1635f5182a166771e0c827450cdfc00f052b8 Mon Sep 17 00:00:00 2001 From: surprise <15810472099@163.com> Date: 星期一, 26 二月 2024 16:53:38 +0800 Subject: [PATCH] 代码更新 --- public/config/config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/public/config/config.js b/public/config/config.js index cc6a5dd..4950f23 100644 --- a/public/config/config.js +++ b/public/config/config.js @@ -11,7 +11,7 @@ var webHost = location.origin; // http://192.168.20.205:8088 if (isLocal) { - host = "http://192.168.20.205"; + host = "http://192.168.11.205"; webHost = host + ":8088"; } -- Gitblit v1.9.3