12
zhaoxiaoqiang
2022-08-05 8995fbee7afdf061873ce1f0e7bb11ff3431a0b5
src/views/personal/personal-center.vue
@@ -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)
      }
    }
  },