Althars123 1 year ago
parent
commit
73fc774a76
1 changed files with 14 additions and 14 deletions
  1. 14 14
      src/router/index.js

+ 14 - 14
src/router/index.js

@@ -52,20 +52,20 @@ export const constantRoutes = [
     component: (resolve) => require(['@/views/error/401'], resolve),
     hidden: true
   },
-{
-  path: '',
-    component: Layout,
-  redirect: 'index',
-  hidden: true,
-  children: [
-  {
-    path: 'index',
-    component: (resolve) => require(['@/views/price/manage/hz50'], resolve),
-  name: '机组报价50hz',
-  meta: { title: '机组报价50hz', icon: 'dashboard', noCache: true, affix: true }
-}
-]
-},
+// {
+//   path: '',
+//     component: Layout,
+//   redirect: 'index',
+//   hidden: true,
+//   children: [
+//   {
+//     path: 'index',
+//     component: (resolve) => require(['@/views/price/manage/hz50'], resolve),
+//   name: '机组报价50hz',
+//   meta: { title: '机组报价50hz', icon: 'dashboard', noCache: true, affix: true }
+// }
+// ]
+// },
   // {
   //   path: '',
   //   component: Layout,