#
luxiaotao1123
2024-09-14 168a6304f80c4653c7afbb48a376829db10b9929
zy-acs-flow/src/page/ResourceContent.js
@@ -20,6 +20,10 @@
import sta from './sta';
import codeGap from './codeGap';
import route from './route';
import funcSta from './funcSta';
import locSts from './locSts';
import locType from './locType';
const ResourceContent = (node) => {
    switch (node.component) {
@@ -55,6 +59,12 @@
            return codeGap;
        case 'route':
            return route;
        case 'funcSta':
            return funcSta;
        case 'locSts':
            return locSts;
        case 'locType':
            return locType;
        default:
            return {
                list: ListGuesser,