Skip to content
This repository was archived by the owner on Jan 17, 2024. It is now read-only.

Commit df0c271

Browse files
committed
🔧小错误
1 parent 5cb94f2 commit df0c271

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ getServerInfo();
105105
function getServerInfo() {
106106
for (let server of serverPanel) {
107107
mdui.$.ajax({
108-
method: 'POST',
108+
method: 'GET',
109109
url: server.url,
110110
dataType: 'json',
111111
data: {

0 commit comments

Comments
 (0)