lex 1 year ago
parent
commit
06082d455b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/student/member-center/member-active-o.tsx

+ 1 - 1
src/student/member-center/member-active-o.tsx

@@ -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')
       }