zy-acs-flow/src/page/ResourceContent.js
@@ -22,6 +22,7 @@ import route from './route'; import funcSta from './funcSta'; import locSts from './locSts'; import locType from './locType'; const ResourceContent = (node) => { @@ -62,6 +63,8 @@ return funcSta; case 'locSts': return locSts; case 'locType': return locType; default: return { list: ListGuesser,