From a00045d805dc308a4ac158d0fe4f34467f4e135c Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 06 Aug 2021 19:03:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/router/views/index.js | 40 +++++++++++++++++++++++++++-------------
1 files changed, 27 insertions(+), 13 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 16e856d..7c3c741 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -143,19 +143,6 @@
import ( /* webpackChunkName: "views" */ '@/views/securityUnit/index')
}]
}, {
- path: '/traincompany',
- component: Layout,
- redirect: '/traincompany/index',
- children: [{
- path: 'index',
- name: '培训公司查询',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
- }]
- }, {
path: '/securityGuard',
component: Layout,
redirect: '/securityGuard/securityGuard',
@@ -275,6 +262,19 @@
},
component: () =>
import ( /* webpackChunkName: "views" */ '@/views/workreport/workreply')
+ }]
+ }, {
+ path: '/resource',
+ component: Layout,
+ redirect: '/resource/attachCopy',
+ children: [{
+ path: 'attachCopy',
+ name: '保安单位附件上传',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/resource/attachCopy')
}]
},
// {
@@ -759,4 +759,18 @@
noCache: true
}]
},
+ {
+ path: '/traincompany',
+ component: Layout,
+ redirect: '/traincompany/index',
+ children: [{
+ path: 'index',
+ name: '培训公司查询',
+ meta: {
+ i18n: 'dict'
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/traincompany/index')
+ }]
+ },
]
\ No newline at end of file
--
Gitblit v1.9.3