This commit is contained in:
心隨緣動 2025-09-10 16:31:17 +08:00 committed by GitHub
parent ca3585bd5c
commit 41997e35f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,7 +151,7 @@
methods: {
async getStatus() {
try {
const msg = await HttpUtil.post('/server/status');
const msg = await HttpUtil.get('/panel/api/server/status');
if (msg.success) {
this.serverStatus = msg.obj;
}