@@ -19,7 +19,7 @@ export default defineComponent({
const onDetail = () => {
// 判断是否是机构学生
if (state.user.data.tenantId > 0) {
- window.location.href = location.origin + '/tenant.html#/memberCenter'
+ window.location.href = location.origin + '/tenant/#/memberCenter'
} else {
router.push('/memberCenter')
}