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