src/views/classManage/talkingPoint.vue
@@ -145,7 +145,7 @@ }) onMounted(() => { const userCache: any = localStorage.getItem('jesk-userInfo') const userCache: any = localStorage.getItem(config.userInfoKey) if (userCache) { userInfo.value = JSON.parse(userCache) } @@ -215,7 +215,7 @@ } const newTalkMessage = () => { const userCache: any = localStorage.getItem('jesk-userInfo') const userCache: any = localStorage.getItem(config.userInfoKey) const userInfo = JSON.parse(userCache) const textObj = { content: talkContent.value,