v3.5.0 新增菜单导航显示风格TopNav(false为左侧导航菜单,true为顶部导航菜单)

This commit is contained in:
YunaiV
2022-02-15 20:27:53 +08:00
parent c5fad966d2
commit 4bf5b04d54
9 changed files with 261 additions and 66 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
title: '芋道管理系统',
title: '若依管理系统',
/**
* 侧边栏主题 深色主题theme-dark浅色主题theme-light
@ -11,6 +11,11 @@ module.exports = {
*/
showSettings: false,
/**
* 是否显示顶部导航
*/
topNav: true,
/**
* 是否显示 tagsView
*/