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