优化数度
This commit is contained in:
parent
c72188cc91
commit
8537161a08
|
|
@ -21,6 +21,9 @@ html,body{
|
|||
background: #f6f8f9;
|
||||
|
||||
}
|
||||
.el-pager li:focus{
|
||||
border: none;
|
||||
}
|
||||
*{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
|
|
@ -31,12 +31,12 @@ const chartsRouter = {
|
|||
name: 'charts-simple',
|
||||
meta: { title: '简单图表', roles:['other'] }
|
||||
},
|
||||
{
|
||||
path: 'complex',
|
||||
component: () => import('@/views/charts/complex.vue'),
|
||||
name: 'charts-complex',
|
||||
meta: { title: '复杂图表', roles:['other'] }
|
||||
},
|
||||
// {
|
||||
// path: 'complex',
|
||||
// component: () => import('@/views/charts/complex.vue'),
|
||||
// name: 'charts-complex',
|
||||
// meta: { title: '复杂图表', roles:['other'] }
|
||||
// },
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue