From eed39ea913dddfe6572f37de8c7de3f1523b6816 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 20 Jul 2021 09:36:04 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_regulatory
---
src/router/views/index.js | 39 +++++++++++++++++++++++++++++++++++++++
1 files changed, 39 insertions(+), 0 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 0da4ba9..b814105 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -230,6 +230,19 @@
import ( /* webpackChunkName: "views" */ '@/views/management/peopleDetails')
}]
}, {
+ path: '/management',
+ redirect: '/management/idinformation',
+ component: Layout,
+ children: [{
+ path: 'idinformation',
+ name: '保安证件信息',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/management/idinformation')
+ }]
+ },{
path: '/securityCompany',
redirect: '/securityCompany/index',
component: Layout,
@@ -259,5 +272,31 @@
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/regulatoryInformation/index')
}]
+ }, {
+ path: '/securityUnitOperation/operationTable',
+ redirect: '/securityUnitOperation/operationTable/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '公司运营情况智能分析详情表',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/operationTable')
+ }]
+ }, {
+ path: '/securityUnitOperation/economicTable',
+ redirect: '/securityUnitOperation/economicTable/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '公司经济情况智能分析详情表',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/securityUnitOperation/economicTable')
+ }]
}
]
\ No newline at end of file
--
Gitblit v1.9.3