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) } // 新闻列表