祖安之光
2025-07-16 3f7307ba3855622d62fa3bde6e49e59b52e732f1
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;