313b25c631
auth store 暴露的是独立字段 (name/userId/role) 而非 user 对象, 导致 auth.user?.name 始终为 undefined。 修复: - auth.name 替代 auth.user?.name - 调用 /users/me 获取 wecom_userid (store 不存储该字段) - window.location.href 替代 router.push (企微浏览器兼容) Co-Authored-By: Claude <noreply@anthropic.com>