fix: lint
parent
dd6d9d8868
commit
7324166a4c
|
|
@ -18,7 +18,8 @@ const routes: RouteRecordRaw[] = [
|
|||
title: '产品详情',
|
||||
activePath: '/iot/device/product',
|
||||
},
|
||||
component: () => import('#/views/iot/product/product/modules/detail/index.vue'),
|
||||
component: () =>
|
||||
import('#/views/iot/product/product/modules/detail/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'device/detail/:id',
|
||||
|
|
@ -27,7 +28,8 @@ const routes: RouteRecordRaw[] = [
|
|||
title: '设备详情',
|
||||
activePath: '/iot/device/device',
|
||||
},
|
||||
component: () => import('#/views/iot/device/device/modules/detail/index.vue'),
|
||||
component: () =>
|
||||
import('#/views/iot/device/device/modules/detail/index.vue'),
|
||||
},
|
||||
{
|
||||
path: 'ota/firmware/detail/:id',
|
||||
|
|
@ -36,11 +38,11 @@ const routes: RouteRecordRaw[] = [
|
|||
title: '固件详情',
|
||||
activePath: '/iot/ota',
|
||||
},
|
||||
component: () => import('#/views/iot/ota/modules/firmware-detail/index.vue'),
|
||||
component: () =>
|
||||
import('#/views/iot/ota/modules/firmware-detail/index.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default routes;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue