zhouwx
2025-07-16 ea28eb851685b81c266ae0d0d9e8a6c1480d2a75
src/views/work/onlineEducation/people/index.vue
@@ -103,7 +103,6 @@
const userType = ref()
onMounted(async ()=>{
  const userInfo = JSON.parse(Cookies.get('userInfo'))
  console.log("userInfo",userInfo)
  userType.value = userInfo.userType
  if(userInfo.userType === 0){
    data.isAdmin = true;