|
|
@@ -2,27 +2,11 @@ import Layout from '@/layout/index'
|
|
|
|
|
|
const csatRouter = [
|
|
|
{
|
|
|
- path: '/',
|
|
|
- component: Layout,
|
|
|
- name: 'HosSatisfyOverview',
|
|
|
- redirect: '/hos/satisfy/overview',
|
|
|
- groupId: [0],
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/hos/satisfy/overview',
|
|
|
- component: () => import('@/views/hos/overview'),
|
|
|
- name: 'hos_satisfy_overview',
|
|
|
- meta: { title: '数据总览', noCache: true, icon: 'icon-common_panorama1', permit: 'hos_satisfy_overview' }
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
-
|
|
|
- {
|
|
|
path: '/hos/satisfy/panorama',
|
|
|
component: Layout,
|
|
|
name: 'HosSatisfyPanorama',
|
|
|
redirect: '/hos/satisfy/monitor/overview',
|
|
|
- groupId: [1],
|
|
|
+ groupId: [0],
|
|
|
children: [
|
|
|
{
|
|
|
path: '/hos/satisfy/monitor/overview',
|
|
|
@@ -37,7 +21,7 @@ const csatRouter = [
|
|
|
component: Layout,
|
|
|
name: 'HosSatisfyData',
|
|
|
redirect: '/hos/satisfy/data/index',
|
|
|
- groupId: [1],
|
|
|
+ groupId: [0],
|
|
|
meta: {
|
|
|
title: '监测数据',
|
|
|
icon: 'el-icon-c-scale-to-original',
|
|
|
@@ -63,7 +47,7 @@ const csatRouter = [
|
|
|
component: Layout,
|
|
|
name: 'HosSatisfyStatis',
|
|
|
redirect: '/hos/satisfy/statis/year',
|
|
|
- groupId: [1],
|
|
|
+ groupId: [0],
|
|
|
meta: {
|
|
|
title: '统计分析',
|
|
|
icon: 'el-icon-s-data',
|
|
|
@@ -110,6 +94,22 @@ const csatRouter = [
|
|
|
},
|
|
|
|
|
|
{
|
|
|
+ path: '/',
|
|
|
+ component: Layout,
|
|
|
+ name: 'HosSatisfyOverview',
|
|
|
+ redirect: '/hos/satisfy/overview',
|
|
|
+ groupId: [1],
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/hos/satisfy/overview',
|
|
|
+ component: () => import('@/views/hos/overview'),
|
|
|
+ name: 'hos_satisfy_overview',
|
|
|
+ meta: { title: '数据总览', noCache: true, icon: 'icon-common_panorama1', permit: 'hos_satisfy_overview' }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+
|
|
|
+ {
|
|
|
path: '/hos/satisfy/story',
|
|
|
component: Layout,
|
|
|
name: 'HosSatisfyStory',
|