From af32b4dea68d727f4f7fe3d594282931e973f430 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期三, 15 五月 2024 16:48:42 +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