diff --git a/src/layouts/components/profile.vue b/src/layouts/components/profile.vue index 77b7159..83cb832 100644 --- a/src/layouts/components/profile.vue +++ b/src/layouts/components/profile.vue @@ -10,10 +10,6 @@ const store = useStore(); const userInfo = computed(() => store.state.auth.userInfo); const opts = reactive([ - { - label: '个人中心', - onClick() {}, - }, { label: '退出登录', onClick() {