From 3dc60960fc8a60188879ff3fad996b6c87a16d12 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 02 Aug 2021 19:08:42 +0800
Subject: [PATCH] 报名清册导入
---
src/router/views/index.js | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/src/router/views/index.js b/src/router/views/index.js
index fe947e1..390b2eb 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -690,6 +690,20 @@
}]
},
{
+ path: '/trainApply',
+ redirect: '/trainApply/index',
+ component: Layout,
+ children: [{
+ path: 'index',
+ name: '报名清册',
+ meta: {
+ i18n: 'index',
+ },
+ component: () =>
+ import ( /* webpackChunkName: "views" */ '@/views/trainApply/index')
+ }]
+ },
+ {
path: '/startexam',
redirect: '/startexam/index',
component: Layout,
--
Gitblit v1.9.3