src/views/classManage/teachInteraction.vue
@@ -118,7 +118,7 @@ const defaultCmsPath = ref('') onMounted(() => { const userCache: any = localStorage.getItem('jesk-userInfo') const userCache: any = localStorage.getItem(config.userInfoKey) if (userCache) { userInfo.value = JSON.parse(userCache) }