王震
2023-08-26 df5f05fdc4acc8b0258d391a495e544bc0991e64
src/layout/components/Navbar.vue
@@ -82,14 +82,6 @@
      'avatar'
    ])
  },
   data() {
      return {
         user: {
            id: null,
            name: 'value'
         }
      }
   },
   mounted() {
      this.getUser()
   },