From d539ff4e3376b889d212e90db1c3434f4b0de8d0 Mon Sep 17 00:00:00 2001
From: litian <2804272236@qq.com>
Date: 星期五, 24 一月 2025 10:27:34 +0800
Subject: [PATCH] 托育

---
 src/store/index.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/store/index.js b/src/store/index.js
index 224a6ee..8476ade 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -14,6 +14,9 @@
     },
     setZoom(state,value) {
       state.qiankun.scale = value
+    },
+    setQuestionData(state,value) {
+      state.questionData = value
     }
   },
   state: {

--
Gitblit v1.9.1