This commit is contained in:
toom1996
2025-06-19 15:32:39 +08:00
parent 4018a3e1b4
commit 76dd0bc498

View File

@ -16,7 +16,7 @@ interface data<T> {
} }
function getRpcClient() { function getRpcClient() {
return new JsonRpcClient('127.0.0.1', 9504) return new JsonRpcClient('172.18.0.5', 9504)
} }
// 新闻列表 // 新闻列表