From 61775d570c47ece618c897281202018ddd1e7483 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Fri, 05 Aug 2022 13:41:56 +0800
Subject: [PATCH] 我的

---
 src/views/personal/personal-center.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/personal/personal-center.vue b/src/views/personal/personal-center.vue
index 3e98c11..2f2ab1e 100644
--- a/src/views/personal/personal-center.vue
+++ b/src/views/personal/personal-center.vue
@@ -2,7 +2,7 @@
  * @Author: 小明丶
  * @Date: 2020-05-21 16:03:42
  * @LastEditors: zxq
- * @LastEditTime: 2022-08-03 17:47:21
+ * @LastEditTime: 2022-08-05 11:41:55
  * @Description: 
 --> 
 <template>
@@ -54,8 +54,8 @@
   computed:{
     ...mapState(['userinfo']),
     mation(){
-      if(localStorage.edu_ins_client_userMation){
-        return JSON.parse(localStorage.edu_ins_client_userMation) 
+      if(localStorage.axx_ins_client_userMation){
+        return JSON.parse(localStorage.axx_ins_client_userMation) 
       }
     }
   },

--
Gitblit v1.8.0