去掉个人中心入口

This commit is contained in:
wangchengming 2025-07-09 10:59:16 +08:00
parent 2d89a18d59
commit 96933c2ae0

View File

@ -43,11 +43,14 @@
</div>
<template #dropdown>
<el-dropdown-menu>
<router-link to="/user/profile">
<!-- <router-link to="/user/profile">
<el-dropdown-item>个人中心</el-dropdown-item>
</router-link>
</router-link>
<el-dropdown-item divided command="logout">
<span>退出登录</span>
</el-dropdown-item> -->
<el-dropdown-item command="logout">
<span>退出登录</span>
</el-dropdown-item>
</el-dropdown-menu>
</template>