From d196e97a2ff77767268d3e55f07c37c8ce06258c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Mar 2022 15:56:16 +0800
Subject: [PATCH] 考试相关添加,页面等
---
store/state.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/store/state.js b/store/state.js
index db93dc9..1ebdbd6 100644
--- a/store/state.js
+++ b/store/state.js
@@ -4,6 +4,7 @@
const state = {
examDetail: {}, // 考试详情
questionList: [], // 考试考题列表
+ paperDetail: {},
queTypeArr:[0,0,0,0,0],
loging: false,
message: {
--
Gitblit v1.9.3