优化代码

This commit is contained in:
RuoYi
2023-09-01 08:44:35 +08:00
parent 54ad578ec0
commit df9c850302
4 changed files with 4 additions and 5 deletions

View File

@ -33,7 +33,7 @@
<router-link to="/user/profile">
<el-dropdown-item>个人中心</el-dropdown-item>
</router-link>
<el-dropdown-item command="setLayout">
<el-dropdown-item command="setLayout" v-if="settingsStore.showSettings">
<span>布局设置</span>
</el-dropdown-item>
<el-dropdown-item divided command="logout">