From dad83a01840506382490ad0bb9462ea2b5dfeb6a Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 14 九月 2024 13:59:40 +0800
Subject: [PATCH] #

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

diff --git a/zy-acs-flow/src/page/ResourceContent.js b/zy-acs-flow/src/page/ResourceContent.js
index e51fa1c..e11a8a4 100644
--- a/zy-acs-flow/src/page/ResourceContent.js
+++ b/zy-acs-flow/src/page/ResourceContent.js
@@ -26,8 +26,7 @@
 import loc from './loc';
 import agvSts from './agvSts';
 import agvModel from './agvModel';
-
-
+import agv from './agv';
 
 const ResourceContent = (node) => {
     switch (node.component) {
@@ -75,6 +74,8 @@
             return agvSts;
         case 'agvModel':
             return agvModel;
+        case 'agv':
+            return agv;
         default:
             return {
                 list: ListGuesser,

--
Gitblit v1.9.1