// 美团基站测试组件 Router.register('/test/meituan', async () => { const currentUser = await API.me().catch(() => null); if (!currentUser) { window.location.href = './login.html'; return ''; } return `