From bec79d7b98d7aaf67e9c8f56083ff9f689f266c3 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 15 Jul 2021 17:32:12 +0800
Subject: [PATCH] 蓝色主题 修改 和监管处罚创建

---
 src/router/views/index.js |   17 +++++++++++++++--
 1 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index fd66b74..a8c574a 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -134,7 +134,7 @@
       component: () =>
         import( /* webpackChunkName: "views" */ '@/views/work/process/leave/detail')
     }]
-  },{
+  }, {
     path: '/attach',
     redirect: '/resource/attach',
     component: Layout,
@@ -191,5 +191,18 @@
     path: '/map',
     component: () =>
       import( /* webpackChunkName: "views" */ '@/views/mapHome/index')
-  },
+  }, {
+    path: '/regulatoryInformation',
+    redirect: '/regulatoryInformation/index',
+    component: Layout,
+    children: [{
+      path: 'index',
+      name: '监管信息',
+      meta: {
+        i18n: 'index',
+      },
+      component: () =>
+        import( /* webpackChunkName: "views" */ '@/views/regulatoryInformation/index')
+    }]
+  }
 ]

--
Gitblit v1.9.3