完善类型配置,新增L1, L4数据展示界面
This commit is contained in:
@@ -15,6 +15,16 @@ const routes = [
|
||||
path: '/package-station',
|
||||
name: 'PackageStation',
|
||||
component: () => import('@/views/package-station/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/L1-data',
|
||||
name: 'L1Data',
|
||||
component: () => import('@/views/L1-data-list/index.vue')
|
||||
},
|
||||
{
|
||||
path: '/L4-data',
|
||||
name: 'L4Data',
|
||||
component: () => import('@/views/L4-data-list/index.vue')
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user