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 |   42 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 40 insertions(+), 2 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index 0a4f4c6..a306693 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -211,7 +211,22 @@
     component: () =>
       import( /* webpackChunkName: "views" */ '@/views/realTimePolice/real')
   }]
-}, {
+},
+  {
+    path: '/mgcx',
+    component: Layout,
+    redirect: '/mgcx/index',
+    children: [{
+      path: 'index',
+      name: '敏感词限制',
+      meta: {
+        i18n: 'real'
+      },
+      component: () =>
+        import( /* webpackChunkName: "views" */ '@/views/mgcx/mgcx')
+    }]
+  },
+  {
   path: '/examination',
   component: Layout,
   redirect: '/examination/index',
@@ -293,8 +308,17 @@
     },
     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',
@@ -349,6 +373,20 @@
       import( /* webpackChunkName: "views" */ '@/views/article/article')
   }]
 }, {
+    path: '/articleWords',
+    component: Layout,
+    peixun: true,
+    redirect: '/articleWords/index',
+    children: [{
+      path: 'index',
+      name: '敏感词预警',
+      meta: {
+        i18n: 'articleWords'
+      },
+      component: () =>
+        import( /* webpackChunkName: "views" */ '@/views/article/articleWords')
+    }]
+  }, {
   path: '/feedbackReport',
   component: Layout,
   redirect: '/feedbackReport/index',

--
Gitblit v1.9.3