zhaoxiaoqiang
2022-08-05 a82668225dfb683ba6bc56a7d31440a4c4711dd9
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)
      }
    }
  },