From 63ad2c3598400370dd7da5534659fd7e768a0a4a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 16 May 2022 17:29:46 +0800
Subject: [PATCH] 地址替换

---
 src/router/views/index.js |  890 ++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 523 insertions(+), 367 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 5be9b61..a306693 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -1,18 +1,27 @@
 import Layout from '@/page/index/'
 
 export default [{
-    path: '/wel',
-    component: Layout,
-    redirect: '/wel/index',
-    children: [{
-        path: 'index',
-        name: '首页',
-        meta: {
-            i18n: 'dashboard'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/home/home')
-    }]
+  path: '/wel',
+  component: Layout,
+  redirect: '/wel/index',
+  children: [{
+    path: 'index',
+    name: '首页',
+    meta: {
+      i18n: 'dashboard'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/wel/home')
+  }, {
+    path: 'dashboard',
+    name: '控制台',
+    meta: {
+      i18n: 'dashboard',
+      menu: false,
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/article/article')
+  }]
 },
 
 // {
@@ -39,399 +48,546 @@
 //     }]
 // },
 {
-    path: '/distribution',
-    component: Layout,
-    redirect: '/distribution/index',
-    children: [{
-        path: 'index',
-        name: '警情分发处置',
-        meta: {
-            i18n: 'distribution'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/distribution/index')
-    }]
+  path: '/distribution',
+  component: Layout,
+  redirect: '/distribution/index',
+  children: [{
+    path: 'index',
+    name: '警情分发处置',
+    meta: {
+      i18n: 'distribution'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/distribution/index')
+  }]
 },
 {
-    path: '/test',
-    component: Layout,
-    redirect: '/test/index',
-    children: [{
-        path: 'index',
-        name: '测试页',
-        meta: {
-            i18n: 'test'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/util/test')
-    }]
+  path: '/test',
+  component: Layout,
+  kby: true,
+  redirect: '/test/index',
+  children: [{
+    path: 'index',
+    name: '测试页',
+    meta: {
+      i18n: 'test'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/util/test')
+  }]
 }, {
-    path: '/dict-horizontal',
-    component: Layout,
-    redirect: '/dict-horizontal/index',
-    children: [{
-        path: 'index',
-        name: '字典管理',
-        meta: {
-            i18n: 'dict'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
-    }]
+  path: '/dict-horizontal',
+  component: Layout,
+  redirect: '/dict-horizontal/index',
+  children: [{
+    path: 'index',
+    name: '字典管理',
+    meta: {
+      i18n: 'dict'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-horizontal')
+  }]
 }, {
-    path: '/dict-vertical',
-    component: Layout,
-    redirect: '/dict-vertical/index',
-    children: [{
-        path: 'index',
-        name: '字典管理',
-        meta: {
-            i18n: 'dict'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
-    }]
+  path: '/dict-vertical',
+  component: Layout,
+  redirect: '/dict-vertical/index',
+  children: [{
+    path: 'index',
+    name: '字典管理',
+    meta: {
+      i18n: 'dict'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/util/demo/dict-vertical')
+  }]
 }, {
-    path: '/info',
-    component: Layout,
-    redirect: '/info/index',
-    children: [{
-        path: 'index',
-        name: '个人信息',
-        meta: {
-            i18n: 'info'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
-    }]
+  path: '/info',
+  component: Layout,
+  redirect: '/info/index',
+  children: [{
+    path: 'index',
+    name: '个人信息',
+    meta: {
+      i18n: 'info'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/system/userinfo')
+  }]
 },
 {
-    path: '/real',
-    component: Layout,
-    redirect: '/real/video',
-    children: [{
-        path: 'video',
-        name: '视频',
-        meta: {
-            i18n: 'real'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/Video/video')
-    }, {
-        path: 'history/:historyId',
-        name: '设备历史',
-        meta: {
-            i18n: 'real'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/realTimePolice/realHistory')
-    }]
+  path: '/real',
+  component: Layout,
+  redirect: '/real/video',
+  children: [{
+    path: 'video',
+    name: '视频',
+    meta: {
+      i18n: 'real'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/Video/video')
+  }, {
+    path: 'history/:historyId',
+    name: '设备历史',
+    meta: {
+      i18n: 'real'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/realTimePolice/realHistory')
+  }]
 },
 {
-    path: '/welcomeData',
-    component: Layout,
-    redirect: '/welcomeData/data',
-    children: [{
-        path: 'data',
-        name: '数据模式',
-        meta: {
-            i18n: 'data'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/data')
-    }, {
-        path: 'map',
-        name: '地图模式',
-        meta: {
-            i18n: 'map'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/map')
-    }, {
-        path: 'card',
-        name: '卡片模式',
-        meta: {
-            i18n: 'card'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/card')
-    }]
+  path: '/welcomeData',
+  component: Layout,
+  redirect: '/welcomeData/data',
+  children: [{
+    path: 'data',
+    name: '数据模式',
+    meta: {
+      i18n: 'data'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/data')
+  }, {
+    path: 'map',
+    name: '地图模式',
+    meta: {
+      i18n: 'map'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/map')
+  }, {
+    path: 'card',
+    name: '卡片模式',
+    meta: {
+      i18n: 'card'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/supervisoryConsole/card')
+  }]
 },
 
 {
-    path: '/work/process/leave',
-    component: Layout,
-    redirect: '/work/process/leave/form',
-    children: [{
-        path: 'form/:processDefinitionId',
-        name: '请假流程',
-        meta: {
-            i18n: 'work'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
-    }, {
-        path: 'handle/:taskId/:processInstanceId/:businessId',
-        name: '处理请假流程',
-        meta: {
-            i18n: 'work'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
-    }, {
-        path: 'detail/:processInstanceId/:businessId',
-        name: '请假流程详情',
-        meta: {
-            i18n: 'work'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
-    }]
+  path: '/work/process/leave',
+  component: Layout,
+  redirect: '/work/process/leave/form',
+  children: [{
+    path: 'form/:processDefinitionId',
+    name: '请假流程',
+    meta: {
+      i18n: 'work'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/work/process/leave/form')
+  }, {
+    path: 'handle/:taskId/:processInstanceId/:businessId',
+    name: '处理请假流程',
+    meta: {
+      i18n: 'work'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/work/process/leave/handle')
+  }, {
+    path: 'detail/:processInstanceId/:businessId',
+    name: '请假流程详情',
+    meta: {
+      i18n: 'work'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
+  }]
 },
 {
-    path: '/realTimePolice',
+  path: '/realTimePolice',
+  component: Layout,
+  redirect: '/realTimePolice/index',
+  children: [{
+    path: 'index',
+    name: '任务下发',
+    meta: {
+      i18n: 'real'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
+  }]
+},
+  {
+    path: '/mgcx',
     component: Layout,
-    redirect: '/realTimePolice/index',
+    redirect: '/mgcx/index',
     children: [{
-        path: 'index',
-        name: '实时报警',
-        meta: {
-            i18n: 'real'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
+      path: 'index',
+      name: '敏感词限制',
+      meta: {
+        i18n: 'real'
+      },
+      component: () =>
+        import( /* webpackChunkName: "views" */ '@/views/mgcx/mgcx')
     }]
+  },
+  {
+  path: '/examination',
+  component: Layout,
+  redirect: '/examination/index',
+  children: [{
+    path: 'index',
+    name: '资格审查',
+    meta: {
+      i18n: 'index'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/examination/examination')
+  }]
 },
 {
-    path: '/home',
-    component: Layout,
-    redirect: '/home/index',
-    children: [{
-        path: 'index',
-        name: '研判洞察',
-        meta: {
-            i18n: 'home'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/home/home')
-    }]
+  path: '/home',
+  component: Layout,
+  redirect: '/home/index',
+  children: [{
+    path: 'index',
+    name: '研判洞察',
+    meta: {
+      i18n: 'home'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/home/home')
+  }]
 },
 {
-    path: '/attendance',
-    component: Layout,
-    redirect: '/attendance/attendance',
-    children: [{
-        path: 'index',
-        name: '考勤管理',
-        meta: {
-            i18n: 'attendance'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/attendance/attendance')
-    }]
+  path: '/attendance',
+  component: Layout,
+  redirect: '/attendance/attendance',
+  children: [{
+    path: 'index',
+    name: '考勤管理',
+    meta: {
+      i18n: 'attendance'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/attendance/attendance')
+  }]
 },
 {
-    path: '/clientManagement',
-    component: Layout,
-    redirect: '/clientManagement/clientManagement',
-    children: [{
+  path: '/clientManagement',
+  component: Layout,
+  redirect: '/clientManagement/clientManagement',
+  children: [{
 
-        path: 'index',
-        name: '设备管理',
-        meta: {
-            i18n: 'clientManagement'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/clientManagement/clientManagement')
-    }]
+    path: 'index',
+    name: '设备管理',
+    meta: {
+      i18n: 'clientManagement'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/clientManagement/clientManagement')
+  }]
 },
 {
-    path: '/suser',
-    component: Layout,
-    redirect: '/suser',
-    children: [{
-        path: 'index',
-        name: '业主管理',
-        meta: {
-            i18n: 'suser'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/system/cs')
-    }]
+  path: '/suser',
+  component: Layout,
+  redirect: '/suser',
+  children: [{
+    path: 'index',
+    name: '业主管理',
+    meta: {
+      i18n: 'suser'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/system/cs')
+  }]
 }, {
-    path: '/policeTracking',
-    component: Layout,
-    redirect: '/policeTracking/track',
-    children: [{
-        path: 'track',
-        name: '警情追踪',
-        meta: {
-            i18n: 'track'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/policeTracking/policeTracking')
-    }]
+  path: '/policeTracking',
+  component: Layout,
+  redirect: '/policeTracking/track',
+  children: [{
+    path: 'track',
+    name: '任务追踪',
+    meta: {
+      i18n: 'track'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/policeTracking/policeTracking')
+  },{
+    path: 'details',
+    name: '任务详情',
+    meta: {
+      i18n: 'details'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/activitys/policeTracking')
+  }]
+}
+, {
+  path: '/healthcode',
+  component: Layout,
+  redirect: '/healthcode/healthcodePage',
+  children: [{
+    path: 'healthcodePage',
+    name: '健康码',
+    meta: {
+      i18n: 'healthcode'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/healthcode/healthcode')
+  }]
 }, {
-    path: '/healthcode',
-    component: Layout,
-    redirect: '/healthcode/healthcodePage',
-    children: [{
-        path: 'healthcodePage',
-        name: '健康码',
-        meta: {
-            i18n: 'healthcode'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/healthcode/healthcode')
-    }]
+  path: '/animalHeat',
+  component: Layout,
+  redirect: '/animalHeat/animalHeatPage',
+  children: [{
+    path: 'animalHeatPage',
+    name: '体温检测',
+    meta: {
+      i18n: 'animalHeat'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/animalHeat/animalHeat')
+  }]
 }, {
-    path: '/animalHeat',
-    component: Layout,
-    redirect: '/animalHeat/animalHeatPage',
-    children: [{
-        path: 'animalHeatPage',
-        name: '体温检测',
-        meta: {
-            i18n: 'animalHeat'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/animalHeat/animalHeat')
-    }]
+  path: '/comment',
+  component: Layout,
+  peixun: true,
+  redirect: '/comment/index',
+  children: [{
+    path: 'index',
+    name: '评论审核',
+    meta: {
+      i18n: 'comment'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/comment/comment')
+  }]
 }, {
-    path: '/alarm',
-    component: Layout,
-    redirect: '/alarm/alarmPage',
-    children: [{
-        path: 'alarmPage',
-        name: '实时警情',
-        meta: {
-            i18n: 'alarm'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/alarm/alarm')
-    }]
+  path: '/article',
+  component: Layout,
+  peixun: true,
+  redirect: '/article/index',
+  children: [{
+    path: 'index',
+    name: '资讯管理',
+    meta: {
+      i18n: 'article'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/article/article')
+  }]
 }, {
-    path: '/parcel',
+    path: '/articleWords',
     component: Layout,
-    redirect: '/parcel/index',
+    peixun: true,
+    redirect: '/articleWords/index',
     children: [{
-        path: 'index',
-        name: '安检包裹',
-        meta: {
-            i18n: 'parcel'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/parcel/parcel')
+      path: 'index',
+      name: '敏感词预警',
+      meta: {
+        i18n: 'articleWords'
+      },
+      component: () =>
+        import( /* webpackChunkName: "views" */ '@/views/article/articleWords')
     }]
-}, {
-    path: '/parcelKind',
-    component: Layout,
-    redirect: '/parcelKind/index',
-    children: [{
-        path: 'index',
-        name: '违禁品',
-        meta: {
-            i18n: 'parcelKind'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/parcel/parcelKind')
-    }]
-}, {
-    path: '/dataL',
-    component: Layout,
-    redirect: '/dataL/dataL',
-    children: [{
-        path: 'dataL',
-        name: '详情页',
-        meta: {
-            i18n: 'dataL'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/dataL/dataL')
-    }]
-},{//路由占位
-    path: '/dataL',
-    redirect: '/dataL/hFive',
-    component: Layout,
-    children: [{
-        path: 'hFive',
-        name: '提交激活路口',
-        meta: {
-            i18n: 'dataL'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/dataL/hFive')
-    }]
+  }, {
+  path: '/feedbackReport',
+  component: Layout,
+  redirect: '/feedbackReport/index',
+  children: [{
+    path: 'index',
+    name: '事件上报',
+    meta: {
+      i18n: 'feedbackReport'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/feedbackReport/feedbackReport')
+  }]
 },
 {
-    path: '/patrolManagement',
-    redirect: '/policeInformationDistribution/patrolManagement',
-    component: Layout,
-    children: [{
-        path: 'patrolManagement',
-        name: '巡逻管理',
-        meta: {
-            i18n: 'policeInformationDistribution'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/patrolManagement')
-    }]
-},{
-    path: '/policeInformationDistribution',
-    redirect: '/policeInformationDistribution/policeManagementTeam',
-    component: Layout,
-    children: [{
-        path: 'policeManagementTeam',
-        name: '处警队伍管理',
-        meta: {
-            i18n: 'policeInformationDistribution'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/policeManagementTeam')
-    }]
-},{
-    path: '/report',
-    redirect: '/report/reportConfiguration',
-    component: Layout,
-    children: [{
-        path: 'reportConfiguration',
-        name: '报表配置',
-        meta: {
-            i18n: 'report'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/report/reportConfiguration')
-    }]
-},{
-    path: '/report',
-    redirect: '/report/announcementReport',
-    component: Layout,
-    children: [{
-        path: 'announcementReport',
-        name: '公告报表',
-        meta: {
-            i18n: 'report'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/views/report/announcementReport')
-    }]
+  path: '/chatgroup',
+  component: Layout,
+  redirect: 'chatgroup',
+  children: [{
+    path: 'index',
+    name: '群管理',
+    meta: {
+      i18n: 'chatgroup'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/chatrg/chatgroup')
+  }]
 },
 {
-    path: '/real-popup',
-    redirect: '/real-popup/kongbai',
-    component: Layout,
-    children: [{
-        path: 'kongbai',
-        name: '首页',
-        meta: {
-            i18n: 'report'
-        },
-        component: () =>
-            import( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai')
-    }]
+  path: '/alarm',
+  component: Layout,
+  redirect: '/alarm/alarmPage',
+  children: [{
+    path: 'alarmPage',
+    name: '实时警情',
+    meta: {
+      i18n: 'alarm'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/alarm/alarm')
+  }]
+}, {
+  path: '/parcel',
+  component: Layout,
+  redirect: '/parcel/index',
+  children: [{
+    path: 'index',
+    name: '安检包裹',
+    meta: {
+      i18n: 'parcel'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/parcel/parcel')
+  }]
+}, {
+  path: '/parcelKind',
+  component: Layout,
+  redirect: '/parcelKind/index',
+  children: [{
+    path: 'index',
+    name: '违禁品',
+    meta: {
+      i18n: 'parcelKind'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/parcel/parcelKind')
+  }]
+}, {
+  path: '/dataL',
+  component: Layout,
+  redirect: '/dataL/dataL',
+  children: [{
+    path: 'dataL',
+    name: '详情页',
+    meta: {
+      i18n: 'dataL'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/dataL/dataL')
+  }]
+}, { //路由占位
+  path: '/dataL',
+  redirect: '/dataL/hFive',
+  component: Layout,
+  children: [{
+    path: 'hFive',
+    name: '提交激活路口',
+    meta: {
+      i18n: 'dataL'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/dataL/hFive')
+  }]
 },
-
-
-
+{
+  path: '/patrolManagement',
+  redirect: '/policeInformationDistribution/index',
+  component: Layout,
+  children: [{
+    path: 'index',
+    name: '巡逻管理',
+    meta: {
+      i18n: 'policeInformationDistribution'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/policeInformationDistribution/patrolManagement')
+  }]
+}, {
+  path: '/security',
+  redirect: '/security/index',
+  component: Layout,
+  children: [{
+    path: 'index',
+    name: '保安管理',
+    meta: {
+      i18n: 'policeInformationDistribution'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/security/security')
+  }]
+}, {
+  path: '/report',
+  redirect: '/report/reportConfiguration',
+  component: Layout,
+  children: [{
+    path: 'reportConfiguration',
+    name: '报表配置',
+    meta: {
+      i18n: 'report'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/report/reportConfiguration')
+  }]
+}, {
+  path: '/report',
+  redirect: '/report/announcementReport',
+  component: Layout,
+  children: [{
+    path: 'announcementReport',
+    name: '公告报表',
+    meta: {
+      i18n: 'report'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/report/announcementReport')
+  }]
+},
+{
+  path: '/real-popup',
+  redirect: '/real-popup/kongbai',
+  component: Layout,
+  children: [{
+    path: 'kongbai',
+    name: '首页',
+    meta: {
+      i18n: 'report'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/components/real-popup/kongbai')
+  }]
+},
+{
+  path: '/role',
+  redirect: '/role/index',
+  component: Layout,
+  children: [{
+    path: 'index',
+    name: '权限管理',
+    meta: {
+      i18n: 'index'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/authority/role')
+  }]
+},
+{
+  path: '/zc',
+  redirect: '/zc/index',
+  component: Layout,
+  children: [{
+    path: 'index',
+    name: '注册审核',
+    meta: {
+      i18n: 'index'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/zc/zc')
+  }]
+}
+  , {
+  path: '/activitys',
+  component: Layout,
+  redirect: '/activitys/index',
+  children: [{
+    path: 'index',
+    name: '活动下发',
+    meta: {
+      i18n: 'real'
+    },
+    component: () =>
+      import( /* webpackChunkName: "views" */ '@/views/activitys/real')
+  }]
+},
 
 ]

--
Gitblit v1.9.3