From bafbaaa6005063e607f1c240829087ae01880643 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 28 Jul 2021 14:47:40 +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 aa2510c..62849a4 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -633,5 +633,19 @@
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')
+ }]
}
]
\ No newline at end of file
--
Gitblit v1.9.3