|
@@ -213,20 +213,19 @@ export const partRoutes = [
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
- // {
|
|
|
- // path: '/ncs-user-watch',
|
|
|
- // component: Layout,
|
|
|
- // redirect: '/ncs-device/user_watch',
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: 'index',
|
|
|
- // component: () => import('@/views/ncs-device/user_watch'),
|
|
|
- // name: 'user_watch',
|
|
|
- // meta: { title: i18n.t('tab.userLocationManage'), icon: 'el-icon-watch', noCache: true }
|
|
|
- // }
|
|
|
- // ],
|
|
|
- // hidden: uiVersion === 1
|
|
|
- // },
|
|
|
+ {
|
|
|
+ path: '/ncs-user-watch',
|
|
|
+ component: Layout,
|
|
|
+ redirect: '/ncs-device/user_watch',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'index',
|
|
|
+ component: () => import('@/views/ncs-device/user_watch'),
|
|
|
+ name: 'user_watch',
|
|
|
+ meta: { title: i18n.t('tab.userLocationManage'), icon: 'el-icon-watch', noCache: true }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ },
|
|
|
{
|
|
|
path: '/ncs-sos-device',
|
|
|
component: Layout,
|