✨ feat: 将部分系统菜单改到右上角
This commit is contained in:
@@ -8,6 +8,19 @@
|
||||
<template v-if="appStore.device !== 'mobile'">
|
||||
<header-search id="header-search" class="right-menu-item" />
|
||||
|
||||
<div @click="router.push('/system/menu')" title="菜单管理" class="right-menu-item hover-effect">
|
||||
<svg-icon icon-class="tree" />
|
||||
</div>
|
||||
|
||||
<div @click="router.push('/system/dict')" title="字典管理" class="right-menu-item hover-effect">
|
||||
<svg-icon icon-class="dict" />
|
||||
</div>
|
||||
|
||||
<div @click="router.push('/tool/gen')" title="代码生成" class="right-menu-item hover-effect">
|
||||
<svg-icon icon-class="code" />
|
||||
</div>
|
||||
|
||||
|
||||
<screenfull id="screenfull" class="right-menu-item hover-effect" />
|
||||
|
||||
<el-tooltip content="主题模式" effect="dark" placement="bottom">
|
||||
@@ -52,6 +65,7 @@ import HeaderSearch from '@/components/HeaderSearch'
|
||||
import useAppStore from '@/store/modules/app'
|
||||
import useUserStore from '@/store/modules/user'
|
||||
import useSettingsStore from '@/store/modules/settings'
|
||||
import router from '@/router'
|
||||
|
||||
const appStore = useAppStore()
|
||||
const userStore = useUserStore()
|
||||
|
||||
Reference in New Issue
Block a user