navigation_res.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "pageFoot",
  3. "setUp": {
  4. "tabVal": 0
  5. },
  6. "status": {
  7. "title": "是否自定义",
  8. "name": "status",
  9. "status": true
  10. },
  11. "txtColor": {
  12. "title": "文字颜色",
  13. "name": "txtColor",
  14. "default": [
  15. {
  16. "item": "#282828"
  17. }
  18. ],
  19. "color": [
  20. {
  21. "item": "rgba(51,51,51,1)"
  22. }
  23. ]
  24. },
  25. "activeTxtColor": {
  26. "title": "选中文字颜色",
  27. "name": "txtColor",
  28. "default": [
  29. {
  30. "item": "#F62C2C"
  31. }
  32. ],
  33. "color": [
  34. {
  35. "item": "rgba(29,176,252,1)"
  36. }
  37. ]
  38. },
  39. "bgColor": {
  40. "title": "背景颜色",
  41. "name": "bgColor",
  42. "default": [
  43. {
  44. "item": "#fff"
  45. }
  46. ],
  47. "color": [
  48. {
  49. "item": "#fff"
  50. }
  51. ]
  52. },
  53. "menuList": [
  54. {
  55. "imgList": [
  56. "https://qiniu.crmeb.net/attach/2021/11/bdf25202111181452426458.png",
  57. "https://qiniu.crmeb.net/attach/2021/11/aaf1b202111181452576658.png"
  58. ],
  59. "name": "首页",
  60. "link": "/pages/index/index"
  61. },
  62. {
  63. "imgList": [
  64. "https://demo26.crmeb.net/uploads/attach/2022/09/20220923/14367a2fecd502f51978ed6ea09afe19.png",
  65. "https://qiniu.crmeb.net/attach/2021/11/59d4a202111181453208678.png"
  66. ],
  67. "name": "分类",
  68. "link": "/pages/goods_cate/goods_cate"
  69. },
  70. {
  71. "imgList": [
  72. "https://qiniu.crmeb.net/attach/2021/11/076ac202111181453294517.png",
  73. "https://qiniu.crmeb.net/attach/2021/11/201c9202111181453378599.png"
  74. ],
  75. "name": "购物车",
  76. "link": "/pages/order_addcart/order_addcart"
  77. },
  78. {
  79. "imgList": [
  80. "https://qiniu.crmeb.net/attach/2021/11/f04cf20211118145343755.png",
  81. "https://qiniu.crmeb.net/attach/2021/11/3a141202111181453495771.png"
  82. ],
  83. "name": "我的",
  84. "link": "/pages/user/index"
  85. }
  86. ],
  87. "id": "idundefined"
  88. }