From 99ce8c363068eb4076b4f7e9c4d505cc37eb3f78 Mon Sep 17 00:00:00 2001
From: yj <2077506045@qq.com>
Date: 星期五, 24 五月 2024 14:20:14 +0800
Subject: [PATCH] 1.修改文字 2.修改练习页面

---
 src/store/modules/exam.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/store/modules/exam.js b/src/store/modules/exam.js
index f4b6482..f5fa8ba 100644
--- a/src/store/modules/exam.js
+++ b/src/store/modules/exam.js
@@ -3,7 +3,8 @@
 const state = {
   subjects: [],
   doUrl: 'job',
-  reportTemplateId: ''
+  reportTemplateId: '',
+  productType: ''
 }
 
 const getters = {
@@ -36,6 +37,9 @@
   },
   setReportTemplateId: (state, reportTemplateId) => {
     state.reportTemplateId = reportTemplateId
+  },
+  setProductType: (state, productType) => {
+    state.productType = productType
   }
 }
 

--
Gitblit v1.9.1