From 959d8b7b00590bfd1e6196a2d34ade2132a8bcbb Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Thu, 17 Jul 2025 14:23:01 +0800
Subject: [PATCH] 修改新增
---
src/views/work/onlineEducation/people/index.vue | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/views/work/onlineEducation/people/index.vue b/src/views/work/onlineEducation/people/index.vue
index 91ccbc4..96480ff 100644
--- a/src/views/work/onlineEducation/people/index.vue
+++ b/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;
--
Gitblit v1.9.2