|
@@ -403,19 +403,19 @@ export const partRoutes = [
|
|
|
],
|
|
|
hidden: uiVersion === 1
|
|
|
},
|
|
|
- {
|
|
|
- path: '/calling-deviceregisterparams',
|
|
|
- component: Layout,
|
|
|
- redirect: '/deviceregisterparams/index',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: 'index',
|
|
|
- component: () => import('@/views/calling-deviceRegisterParam/index'),
|
|
|
- name: 'deviceRegisterParam',
|
|
|
- meta: { title: '设备自动注册参数', icon: 'params', noCache: true }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // path: '/calling-deviceregisterparams',
|
|
|
+ // component: Layout,
|
|
|
+ // redirect: '/deviceregisterparams/index',
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: 'index',
|
|
|
+ // component: () => import('@/views/calling-deviceRegisterParam/index'),
|
|
|
+ // name: 'deviceRegisterParam',
|
|
|
+ // meta: { title: '设备自动注册参数', icon: 'params', noCache: true }
|
|
|
+ // }
|
|
|
+ // ]
|
|
|
+ // },
|
|
|
{
|
|
|
path: '/ncs-interaction-chars',
|
|
|
component: Layout,
|