pull/1/head
方佳 博 1 year ago
commit 351f064686

@ -25,7 +25,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">
<span>布局设置</span> <span>布局设置</span>
</el-dropdown-item> --> </el-dropdown-item> -->
<el-dropdown-item divided command="logout"> <el-dropdown-item divided command="logout">

@ -39,7 +39,7 @@ const classObj = computed(() => ({
})) }))
const { width, height } = useWindowSize(); const { width, height } = useWindowSize();
const WIDTH = 992; // refer to Bootstrap's responsive design const WIDTH = 100; // refer to Bootstrap's responsive design
watchEffect(() => { watchEffect(() => {
if (device.value === 'mobile' && sidebar.value.opened) { if (device.value === 'mobile' && sidebar.value.opened) {

@ -30,7 +30,7 @@ export default {
/** /**
* 是否显示logo * 是否显示logo
*/ */
sidebarLogo: true, sidebarLogo: false,
/** /**
* 是否显示动态标题 * 是否显示动态标题

Loading…
Cancel
Save