admin-menu.json 1.5 KB
Newer Older
sin's avatar
sin committed
1 2 3 4
{
  "code": 0,
  "message": "",
  "data": [
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
    {
      "id": 20,
      "handler": null,
      "pid": 0,
      "sort": 0,
      "displayName": "商品管理",
      "children": [
        {
          "id": 21,
          "handler": "/product/product-spu-list",
          "pid": 20,
          "sort": 1,
          "displayName": "商品管理",
          "children": null
        },
        {
          "id": 22,
          "handler": "/product/product-category-list",
          "pid": 20,
          "sort": 2,
          "displayName": "商品分类",
          "children": null
        }
      ]
    },
sin's avatar
sin committed
30
    {
31 32 33 34 35
      "id": 13,
      "handler": null,
      "pid": 0,
      "sort": 2,
      "displayName": "系统管理",
sin's avatar
sin committed
36 37
      "children": [
        {
38 39 40 41 42 43
          "id": 14,
          "handler": "/admin/admin-list",
          "pid": 13,
          "sort": 0,
          "displayName": "管理员列表",
          "children": null
sin's avatar
sin committed
44 45
        },
        {
46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
          "id": 16,
          "handler": "/admin/role-list",
          "pid": 13,
          "sort": 1,
          "displayName": "角色列表",
          "children": null
        },
        {
          "id": 15,
          "handler": "/admin/resource-list",
          "pid": 13,
          "sort": 2,
          "displayName": "资源列表",
          "children": null
        },
        {
          "id": 19,
          "handler": "/admin/dictionary-list",
          "pid": 13,
          "sort": 4,
          "displayName": "数据字典",
          "children": null
sin's avatar
sin committed
68
        }
69
      ]
sin's avatar
sin committed
70 71
    }
  ]
72
}