perf: 模板优化
This commit is contained in:
@@ -12,6 +12,11 @@ const routes = [
|
||||
{
|
||||
path: '/',
|
||||
component: () => import('@/views/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/excel-upload',
|
||||
name: 'ExcelUpload',
|
||||
component: () => import('@/views/excel-upload/index.vue')
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user