提交 39f896f5 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 73eab9b9
...@@ -14,9 +14,7 @@ const router = useRouter() ...@@ -14,9 +14,7 @@ const router = useRouter()
const userStore = useUserStore() const userStore = useUserStore()
const userInfo = userStore.user const userInfo = userStore.user
const logoWidth = computed(() => {
return appConfig.logoWidth ?? '145px'
})
const menuStore = useMenuStore() const menuStore = useMenuStore()
const menus = $computed(() => { const menus = $computed(() => {
// 大赛系统隐藏学生端、教师端的菜单 // 大赛系统隐藏学生端、教师端的菜单
...@@ -141,9 +139,9 @@ function handleClick(path: string) { ...@@ -141,9 +139,9 @@ function handleClick(path: string) {
height: 66px; height: 66px;
background-color: #fff; background-color: #fff;
.logo { .logo {
width: v-bind(logoWidth); height: 40px;
img { img {
width: 100%; height: 100%;
} }
} }
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论