From 76dd0bc498a16b8259c2241687b28cb0cc0a7124 Mon Sep 17 00:00:00 2001 From: toom1996 Date: Thu, 19 Jun 2025 15:32:39 +0800 Subject: [PATCH] update --- utils/rpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rpc.ts b/utils/rpc.ts index 5e32294..b50b8ee 100644 --- a/utils/rpc.ts +++ b/utils/rpc.ts @@ -16,7 +16,7 @@ interface data { } function getRpcClient() { - return new JsonRpcClient('127.0.0.1', 9504) + return new JsonRpcClient('172.18.0.5', 9504) } // 新闻列表