From e6a3acf38930a8caffa3b1b19e9dc08526a70c71 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 27 十一月 2024 14:43:35 +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