站群管理系统
请登录管理后台
用户名
密码
{ if (!r.ok) { let msg = '用户名或密码错误'; try { const e = await r.json(); if (e && e.detail) { if (typeof e.detail === 'string') msg = e.detail; else if (Array.isArray(e.detail) && e.detail[0]) msg = e.detail[0].msg || msg; } } catch(_) {} if (r.status === 429) msg = msg || '登录过于频繁,请稍后再试'; throw new Error(msg); } return r.json(); }).then(() => { location.href = ADMIN_BASE + '/'; }).catch(e => { error = e.message; }).finally(() => loading = false); " :disabled="loading" class="w-full py-2.5 bg-blue-600 hover:bg-blue-700 text-white rounded-lg transition-colors font-medium disabled:opacity-50">
登 录
登录中...