Ver Fonte

Merge branch 'iteration-login'

liushengqiang há 1 ano atrás
pai
commit
6a9d20eb60
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/views/setting/index.tsx

+ 1 - 1
src/views/setting/index.tsx

@@ -21,7 +21,7 @@ export default defineComponent({
           <NTabPane name="person" tab="个人信息">
             <PersonInfo></PersonInfo>
           </NTabPane>
-          {!user.info.isSuperAdmin && (
+          {user.info.isSuperAdmin && (
             <NTabPane name="school" tab="学校设置">
               <SchoolInfo />
             </NTabPane>