perf: 模板优化

This commit is contained in:
刘引
2025-12-27 14:27:33 +08:00
parent 99e1c9b445
commit 7e6921c8df
16 changed files with 617 additions and 61 deletions

View File

@@ -12,6 +12,11 @@ const routes = [
{
path: '/',
component: () => import('@/views/index.vue')
},
{
path: '/excel-upload',
name: 'ExcelUpload',
component: () => import('@/views/excel-upload/index.vue')
}
]