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