浏览代码

修复router配置路径错误,导致无法编译的问题

vothin 2 年之前
父节点
当前提交
93a0e99bbd
共有 1 个文件被更改,包括 13 次插入13 次删除
  1. 13 13
      src/router/index.js

+ 13 - 13
src/router/index.js

@@ -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,