前端:增加商品分类的列表。

This commit is contained in:
YunaiV
2019-03-15 21:22:43 +08:00
parent 4812df2cda
commit 853d9fc2f6
8 changed files with 788 additions and 0 deletions

View File

@@ -2,6 +2,31 @@
"code": 0,
"message": "",
"data": [
{
"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
}
]
},
{
"id": 13,
"handler": null,