123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "clearInfo": {
- "clearUrl": "api/clear.json"
- },
- "homeInfo": {
- "title": "首页 home",
- "icon": "fa fa-home",
- "href": "/admin/index/welcome"
- },
- "logoInfo": {
- "title": "电商后台管理",
- "href": ""
- },
- "menuInfo": {
- "currency": {
- "title": "商城管理",
- "icon": "fa fa-address-book",
- "child": [
- {
- "title": "分类管理",
- "href": "/admin/category",
- "icon": "fa fa-th-large",
- "target": "_self"
- },
- {
- "title": "商品管理",
- "href": "",
- "icon": "fa fa-calendar",
- "target": "_self",
- "child": [
- {
- "title": "商品列表",
- "href": "page/goods-list.html",
- "icon": "fa fa-list-alt",
- "target": "_self"
- },
- {
- "title": "商品添加",
- "href": "page/goods-add.html",
- "icon": "fa fa-navicon",
- "target": "_self"
- }
- ]
- }
- ]
- }
- }
- }
|