ZZJ
2022-06-22 01b516a3c3304c966d413b768d2e3078bf83b61c
src/views/personalCenter/components/LeftMenu.vue
@@ -24,6 +24,9 @@
export default {
  created() {
    this.userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
    if (this.$route.query && this.$route.query.id) {
      this.activeIndex = this.$route.query.id;
    }
  },
  data() {
    return {