From 27684b724265258c45d587006fd464ad97397dfe Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 18 九月 2024 10:39:21 +0800 Subject: [PATCH] # --- zy-acs-flow/src/page/ResourceContent.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/page/ResourceContent.js b/zy-acs-flow/src/page/ResourceContent.js index 27c6e01..33a8348 100644 --- a/zy-acs-flow/src/page/ResourceContent.js +++ b/zy-acs-flow/src/page/ResourceContent.js @@ -39,6 +39,7 @@ import travel from './travel'; import segment from './segment'; import jam from './jam'; +import action from './action'; const ResourceContent = (node) => { switch (node.component) { @@ -112,6 +113,8 @@ return segment; case 'jam': return jam; + case 'action': + return action; default: return { list: ListGuesser, -- Gitblit v1.9.1