日间系统开发

ECO日间手术系统重构


新增菜单数据

简要描述
请求URL
  • http://localhost:8888/sys/addMenu
请求方式
  • post
Header
header 必选 类型 说明
X-Token string
请求参数示例
{
    "name": "测试菜单",
    "menutype": "C",
    "icon": null,
    "target": "",
    "url": "\/test",
    "isLeftMenu": null,
    "redirect": "\/operation\/test",
    "parentId": "0",
    "permission": "",
    "statusDict": "1",
    "urlType": null,
    "module": "",
    "sort": 1,
    "docTableId": null,
    "component": "\/views\/layout\/test.vue"
}

页面列表

ITEM_HTML