From 28939841e81c7f1a00978a8a11ce82a44c91302d Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 29 五月 2024 21:58:47 +0800 Subject: [PATCH] 合并 --- src/store/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index 2bb340c..8725e7d 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -17,6 +17,9 @@ }, setQuestionData(state,value) { state.questionData = value + }, + setRootCmsItemId(state,value) { + state.rootCmsItemId = value } }, state: { @@ -24,7 +27,8 @@ num:1, testList:[], qiankun: {}, - questionData:{} + questionData:{}, + rootCmsItemId:'' }, getters: { // 璁$畻娲剧敓鐘舵�� -- Gitblit v1.9.1