1234567891011121314151617181920212223242526272829 |
- {
- "status": 200,
- "success": true,
- "message": "ok",
- "result": [
- {
- "id": 21,
- "name": "弹框选择Demo",
- "component": "jeecg/SelectDemo",
- "orderNum": 1,
- "hasChildren": false
- },
- {
- "id": 22,
- "name": "单表模型示例",
- "component": "jeecg/JeecgDemoList",
- "orderNum": 2,
- "hasChildren": false
- },
- {
- "id": 23,
- "name": "一对多Tab示例",
- "component": "jeecg/tablist/JeecgOrderDMainList",
- "orderNum": 3,
- "hasChildren": false
- }
- ],
- "timestamp": 1554950583837
- }
|