fix name typo
This commit is contained in:
parent
68de01e828
commit
0fe3f181ad
|
@ -264,7 +264,7 @@ export const asyncRouterMap = [
|
||||||
{
|
{
|
||||||
path: 'export-selected-excel',
|
path: 'export-selected-excel',
|
||||||
component: () => import('@/views/excel/selectExcel'),
|
component: () => import('@/views/excel/selectExcel'),
|
||||||
name: 'EelectExcel',
|
name: 'SelectExcel',
|
||||||
meta: { title: 'selectExcel' }
|
meta: { title: 'selectExcel' }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue