host center apply 调整暂时关闭

This commit is contained in:
tianfeng 2025-08-18 16:52:08 +08:00
parent f8b852e00d
commit 2574b722b9

View File

@ -309,7 +309,7 @@ const fetchTeamEntry = async () => {
console.error('获取团队信息失败:', error)
// HTTP 406NOT_TEAM_MEMBER
if (error.message && error.message.includes('406')) {
await router.push('/apply')
// await router.push('/apply')
return
}
}