From d497e2715bf7d7ab4f7a57f34d8e0b87a3da46e8 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期二, 28 五月 2024 17:21:13 +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