Explorar el Código

Merge branch 'iteration-login'

liushengqiang hace 1 año
padre
commit
6a9d20eb60
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>