{ "title": "短剧", "icon": "VideoCamera", "path": "/app/shortplay/control", "sort": 2, "children": [ { "title": "剧本列表", "icon": "Tickets", "path": "/app/shortplay/control/Drama/index", "component": "table", "children": [ { "title": "更新状态", "show": false, "path": "/app/shortplay/control/Drama/indexUpdateState" } ] }, { "title": "分集列表", "icon": "Tickets", "path": "/app/shortplay/control/DramaEpisode/index", "component": "table", "children": [ { "title": "创建分集", "path": "/app/shortplay/control/DramaEpisode/create", "show": false, "component": "form" }, { "title": "编辑分集", "show": false, "path": "/app/shortplay/control/DramaEpisode/update", "component": "form" } ] }, { "title": "演员列表", "icon": "User", "path": "/app/shortplay/control/Actor/index", "component": "table", "children": [ { "title": "创建演员", "path": "/app/shortplay/control/Actor/create", "show": false, "component": "form" }, { "title": "编辑演员", "show": false, "path": "/app/shortplay/control/Actor/update", "component": "form" }, { "title": "更新演员状态", "show": false, "path": "/app/shortplay/control/Actor/indexUpdateState" } ] }, { "title": "风格列表", "icon": "MagicStick", "path": "/app/shortplay/control/Style/index", "component": "table", "children": [ { "title": "创建风格", "path": "/app/shortplay/control/Style/create", "show": false, "component": "form" }, { "title": "编辑风格", "show": false, "path": "/app/shortplay/control/Style/update", "component": "form" }, { "title": "更新风格状态", "show": false, "path": "/app/shortplay/control/Style/indexUpdateState" } ] } ] }