init.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "clearInfo": {
  3. "clearUrl": "api/clear.json"
  4. },
  5. "homeInfo": {
  6. "title": "首页 home",
  7. "icon": "fa fa-home",
  8. "href": "/admin/index/welcome"
  9. },
  10. "logoInfo": {
  11. "title": "电商后台管理",
  12. "href": ""
  13. },
  14. "menuInfo": {
  15. "currency": {
  16. "title": "商城管理",
  17. "icon": "fa fa-address-book",
  18. "child": [
  19. {
  20. "title": "分类管理",
  21. "href": "/admin/category",
  22. "icon": "fa fa-th-large",
  23. "target": "_self"
  24. },
  25. {
  26. "title": "商品管理",
  27. "href": "",
  28. "icon": "fa fa-calendar",
  29. "target": "_self",
  30. "child": [
  31. {
  32. "title": "商品列表",
  33. "href": "page/goods-list.html",
  34. "icon": "fa fa-list-alt",
  35. "target": "_self"
  36. },
  37. {
  38. "title": "商品添加",
  39. "href": "page/goods-add.html",
  40. "icon": "fa fa-navicon",
  41. "target": "_self"
  42. }
  43. ]
  44. }
  45. ]
  46. }
  47. }
  48. }