From e15e116293c24ed580370e607bb00b4366f56f94 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 09 Jul 2021 14:22:27 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.105:10010/r/zhba_enterprises
---
src/router/views/index.js | 13 -------------
1 files changed, 0 insertions(+), 13 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 1309a22..a17836f 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -145,19 +145,6 @@
}, {
path: '/securityGuard',
component: Layout,
- redirect: '/securityGuard/securityGuardRegistration',
- children: [{
- path: 'index',
- name: '保安员入职信息登记',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/securityGuard/securityGuardRegistration')
- }]
-}, {
- path: '/securityGuard',
- component: Layout,
redirect: '/securityGuard/securityGuard',
children: [{
path: 'index',
--
Gitblit v1.9.3