From 912aeddb56e0514dd9fd0b0db10319b81d9976fc Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Mon, 28 Nov 2022 11:05:25 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/personal/personal-center.vue b/src/views/personal/personal-center.vue
index 3e98c11..862e812 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-12 15:31:38
  * @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) 
       }
     }
   },
@@ -77,7 +77,7 @@
         //清除openId session等存储,跳转登录页面
         localStorage.clear()
         sessionStorage.clear()
-        this.$router.push('/')
+        this.$router.push('/login')
       })
     },
     getBaseInfo(){

--
Gitblit v1.8.0