feature: 动态生成菜单栏
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
"image": "/static/admin/images/logo.png"
|
||||
},
|
||||
"menu": {
|
||||
"data": "/static/admin/data/menu.json",
|
||||
"data": "/api/v1/menu",
|
||||
"method": "GET",
|
||||
"accordion": true,
|
||||
"collapse": false,
|
||||
"control": false,
|
||||
"controlWidth": 500,
|
||||
"select": "10",
|
||||
"select": "126",
|
||||
"async": true
|
||||
},
|
||||
"tab": {
|
||||
@@ -20,7 +20,7 @@
|
||||
"preload": true,
|
||||
"max": "30",
|
||||
"index": {
|
||||
"id": "10",
|
||||
"id": "126",
|
||||
"href": "view/analysis/index.html",
|
||||
"title": "首页"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user