save code
This commit is contained in:
+1
-1
@@ -246,7 +246,7 @@
|
||||
// 获取服务器状态数据
|
||||
async function fetchServerStatus() {
|
||||
try {
|
||||
const response = await fetch('http://112.126.94.241:18018/get_server_state');
|
||||
const response = await fetch('http://117.50.44.174:18018/get_server_state');
|
||||
if (!response.ok) throw new Error('网络响应不正常');
|
||||
return await response.json();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user