From afbf287f31db7e14f7fc890f2674f281fdbef3bd Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 13 Aug 2021 08:43:00 +0800
Subject: [PATCH] 报名考试修改
---
src/router/views/index.js | 83 +++++++++++++++++++++--------------------
1 files changed, 42 insertions(+), 41 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index 95db4d5..faf5dbb 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -397,20 +397,21 @@
// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/gun')
// }]
// },
+ // {
+ // path: '/trainingRegistration',
+ // component: Layout,
+ // redirect: '/trainingRegistration/index',
+ // children: [{
+ // path: 'index',
+ // name: '保安培训报名管理',
+ // meta: {
+ // i18n: 'dict'
+ // },
+ // component: () =>
+ // import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+ // }]
+ // },
{
- path: '/trainingRegistration',
- component: Layout,
- redirect: '/trainingRegistration/index',
- children: [{
- path: 'index',
- name: '保安培训报名管理',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
- }]
- }, {
path: '/securityAnalysis',
component: Layout,
redirect: '/securityAnalysis/index',
@@ -660,34 +661,34 @@
// import( /* webpackChunkName: "views" */ '@/views/securityEquipment/gun')
// }]
// },
- {
- path: '/trainingRegistration',
- component: Layout,
- redirect: '/trainingRegistration/index',
- children: [{
- path: 'index',
- name: '保安培训报名',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
- }]
- },
- {
- path: '/trainExam',
- component: Layout,
- redirect: '/trainExam/index',
- children: [{
- path: 'index',
- name: '考试申请',
- meta: {
- i18n: 'dict'
- },
- component: () =>
- import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
- }]
- },
+ // {
+ // path: '/trainingRegistration',
+ // component: Layout,
+ // redirect: '/trainingRegistration/index',
+ // children: [{
+ // path: 'index',
+ // name: '保安培训报名',
+ // meta: {
+ // i18n: 'dict'
+ // },
+ // component: () =>
+ // import ( /* webpackChunkName: "views" */ '@/views/trainingRegistration/index')
+ // }]
+ // },
+ // {
+ // path: '/trainExam',
+ // component: Layout,
+ // redirect: '/trainExam/index',
+ // children: [{
+ // path: 'index',
+ // name: '考试申请',
+ // meta: {
+ // i18n: 'dict'
+ // },
+ // component: () =>
+ // import ( /* webpackChunkName: "views" */ '@/views/trainExam/index')
+ // }]
+ // },
// {
// path: '/applyexam',
// redirect: '/applyexam/index',
--
Gitblit v1.9.3