优化PageLayout布局、PageHeader增加logo

This commit is contained in:
chenghx
2018-08-02 15:27:22 +08:00
parent 82ca2d4f68
commit 0aaf3cf893
7 changed files with 147 additions and 91 deletions

View File

@@ -18,7 +18,6 @@ import CardList from '@/components/list/CardList'
import SearchLayout from '@/components/list/SearchLayout'
import ArticleList from '@/components/list/ArticleList'
import WorkPlace from '@/components/dashboard/WorkPlace'
import Radar from '@/components/chart/Radar'
Vue.use(Router)
@@ -85,19 +84,19 @@ export default new Router({
},
{
path: '/list/primary',
name: '标准表',
name: '标准表',
component: StandardList,
icon: 'none'
},
{
path: '/list/card',
name: '卡片表',
name: '卡片表',
component: CardList,
icon: 'none'
},
{
path: '/list/search',
name: '搜索表',
name: '搜索表',
component: SearchLayout,
icon: 'none',
children: [