From 5f00696dfb25bc90034448ceb634ed1ef256681a Mon Sep 17 00:00:00 2001
From: qiyunfeng-create <1940665526@qq.com>
Date: 星期四, 21 八月 2025 21:13:35 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/xiehe_website

---
 src/views/classManage/talkingPoint.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/classManage/talkingPoint.vue b/src/views/classManage/talkingPoint.vue
index a28c035..8f10051 100644
--- a/src/views/classManage/talkingPoint.vue
+++ b/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,

--
Gitblit v1.9.1