| | |
| | | import rcsTest from './rcsTest'; |
| | | import openApiApp from './system/openApiApp'; |
| | | import httpAuditLog from './system/httpAuditLog'; |
| | | import httpAuditRule from './system/httpAuditRule'; |
| | | |
| | | const ResourceContent = (node) => { |
| | | switch (node.component) { |
| | |
| | | case "warehouseAreasItem": |
| | | return warehouseAreasItem; |
| | | case "warehouseStock": |
| | | case "viewStockManage": |
| | | return warehouseStock; |
| | | case "loc": |
| | | return loc; |
| | |
| | | return openApiApp; |
| | | case "httpAuditLog": |
| | | return httpAuditLog; |
| | | case "httpAuditRule": |
| | | return httpAuditRule; |
| | | default: |
| | | return { |
| | | list: ListGuesser, |