#
luxiaotao1123
2024-09-14 e3687b1f791370f5b35f11d91e2b41c11e491aac
zy-acs-flow/src/page/ResourceContent.js
@@ -23,6 +23,7 @@
import funcSta from './funcSta';
import locSts from './locSts';
import locType from './locType';
import loc from './loc';
const ResourceContent = (node) => {
@@ -65,6 +66,8 @@
            return locSts;
        case 'locType':
            return locType;
        case 'loc':
            return loc;
        default:
            return {
                list: ListGuesser,