33
zhaoxiaoqiang
2022-08-05 99c8223a983bdfee5f01e08d08a2da254ec7a58d
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)
      }
    }
  },