فهرست منبع

修复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,