feat: 隐藏menu 以及header

This commit is contained in:
zhangyu
2022-03-07 13:38:47 +08:00
parent b8c630c5e0
commit b822015daa
6 changed files with 63 additions and 4 deletions

View File

@@ -49,6 +49,10 @@ const routes = [
{
path: '/chart',
component: () => import('@/views/settings/Chart')
},
{
path: '/largeScreen',
component: () => import('@/views/largeScreen/largeScreen')
}
]
}