From 6fb52886921f7f6a8dd2b0eb8cce8edc41deb72d Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 19 九月 2024 10:55:41 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/page/ResourceContent.js |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/zy-acs-flow/src/page/ResourceContent.js b/zy-acs-flow/src/page/ResourceContent.js
index aba3181..33a8348 100644
--- a/zy-acs-flow/src/page/ResourceContent.js
+++ b/zy-acs-flow/src/page/ResourceContent.js
@@ -37,6 +37,9 @@
 import bus from './bus';
 import task from './task';
 import travel from './travel';
+import segment from './segment';
+import jam from './jam';
+import action from './action';
 
 const ResourceContent = (node) => {
     switch (node.component) {
@@ -106,6 +109,12 @@
             return task;
         case 'travel':
             return travel;
+        case 'segment':
+            return segment;
+        case 'jam':
+            return jam;
+        case 'action':
+            return action;
         default:
             return {
                 list: ListGuesser,

--
Gitblit v1.9.1