From 5c7300e1b20c56f7930317e1fce64cedee1450c2 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Mon, 7 Dec 2020 14:33:44 +0800 Subject: [PATCH] . --- public/index.html | 2 +- src/api/index.js | 3 + src/layouts/home/index.vue | 3 +- src/pages/achievement/list/examResults.vue | 2 +- .../achievement/list/practiceResults.vue | 18 +- src/pages/exam/detail/index.vue | 263 ++++++++++++++ src/pages/exam/do/index.vue | 327 +++++++++++++----- src/pages/exam/list/index.vue | 27 +- src/pages/practice/list/myPractice.vue | 18 +- src/pages/practice/list/randomPractice.vue | 6 +- src/plugins/requests/index.js | 4 +- src/router/modules/exam.js | 5 + src/setting.js | 5 +- src/store/modules/exam.js | 21 +- vue.config.js | 13 +- 15 files changed, 570 insertions(+), 147 deletions(-) create mode 100644 src/pages/exam/detail/index.vue diff --git a/public/index.html b/public/index.html index 590a233..b4d84cd 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - 电子竞技在线教学资源管理平台 + 电子竞技数字化考试系统-用户端