From 596ee0bb8d28dd33ea8c9d28f47641125f472a17 Mon Sep 17 00:00:00 2001 From: simonzhangsz Date: Thu, 7 Dec 2023 15:06:43 +0800 Subject: [PATCH] fix: prot to port --- 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 217724bc..6a16557f 100644 --- a/public/default/config.js +++ b/public/default/config.js @@ -17,7 +17,7 @@ * */ (function () { - // host = ip:prot + // host = ip:port const host = '192.168.8.100:3030'; // Service Address 服务地址