mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-11-03 12:57:11 +08:00
优化:优化菜单配置
1. 调整菜单排序 2. 优化部分菜单图标 3. 新增菜单栏手风琴配置,默认生效
This commit is contained in:
@@ -48,6 +48,11 @@
|
||||
key: 'topMenu',
|
||||
defaultVal: appStore.topMenu,
|
||||
},
|
||||
{
|
||||
name: 'settings.accordion',
|
||||
key: 'menuAccordion',
|
||||
defaultVal: appStore.menuAccordion,
|
||||
},
|
||||
{ name: 'settings.footer', key: 'footer', defaultVal: appStore.footer },
|
||||
{ name: 'settings.tabBar', key: 'tabBar', defaultVal: appStore.tabBar },
|
||||
{
|
||||
|
||||
@@ -2,10 +2,7 @@
|
||||
<div class="navbar">
|
||||
<div class="left-side">
|
||||
<a-space>
|
||||
<img
|
||||
alt="logo"
|
||||
src="/logo.svg"
|
||||
/>
|
||||
<img alt="logo" src="/logo.svg" />
|
||||
<a-typography-title
|
||||
:style="{ margin: 0, fontSize: '18px' }"
|
||||
:heading="5"
|
||||
|
||||
Reference in New Issue
Block a user