template.config.js 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. export default [
  2. {
  3. groupName: 'geek组件',
  4. groupName_en: 'Page',
  5. list: [
  6. {
  7. path: '/pages_geek/pages/index/index',
  8. icon: 'wxCenter',
  9. title: '组件展示',
  10. title_en: 'index',
  11. },
  12. {
  13. path: '/pages_geek/pages/code/index',
  14. icon: 'wxCenter',
  15. title: '二维码',
  16. title_en: 'index',
  17. }
  18. ]
  19. },
  20. {
  21. groupName: '部件',
  22. groupName_en: 'Parts',
  23. list: [
  24. {
  25. path: '/pages_template/pages/coupon/index',
  26. icon: 'coupon',
  27. title: 'Coupon 优惠券',
  28. title_en: 'Coupon',
  29. },
  30. {
  31. path: '/pages_template/pages/citySelect/index',
  32. icon: 'citySelect',
  33. title: 'CitySelect 城市选择',
  34. title_en: 'CitySelect',
  35. },
  36. {
  37. path: '/pages_template/pages/submitBar/index',
  38. icon: 'submitBar',
  39. title: 'SubmitBar 提交订单栏',
  40. title_en: 'SubmitBar',
  41. },
  42. {
  43. path: '/pages_template/pages/keyboardPay/index',
  44. icon: 'keyboardPay',
  45. title: 'KeyboardPay 自定义键盘支付模板',
  46. title_en: 'KeyboardPay',
  47. },
  48. ]
  49. },
  50. {
  51. groupName: '报表',
  52. groupName_en: 'Parts',
  53. list: [
  54. {
  55. path: '/pages_qiun/pages/finance/index',
  56. icon: 'coupon',
  57. title: '财务报告',
  58. title_en: 'finace',
  59. },
  60. {
  61. path: '/pages_qiun/pages/main/index',
  62. icon: 'coupon',
  63. title: '数据报表中心',
  64. title_en: 'main',
  65. },
  66. {
  67. path: '/pages_qiun/pages/school/index',
  68. icon: 'coupon',
  69. title: '智慧教育报表中心',
  70. title_en: 'school',
  71. },
  72. {
  73. path: '/pages_qiun/pages/sport/index',
  74. icon: 'coupon',
  75. title: '运动报告',
  76. title_en: 'sport',
  77. },
  78. ]
  79. },
  80. {
  81. groupName: '页面',
  82. groupName_en: 'Page',
  83. list: [
  84. {
  85. path: '/pages_template/pages/wxCenter/index',
  86. icon: 'wxCenter',
  87. title: 'WxCenter 仿微信个人中心',
  88. title_en: 'WxCenter',
  89. },
  90. {
  91. path: '/pages_template/pages/mallMenu/index1',
  92. icon: 'mall_menu_1',
  93. title: 'MallMenu 垂直分类(左右独立)',
  94. title_en: 'MallMenu 1',
  95. }, {
  96. path: '/pages_template/pages/mallMenu/index2',
  97. icon: 'mall_menu_2',
  98. title: 'MallMenu 垂直分类(左右联动)',
  99. title_en: 'MallMenu 2',
  100. }, {
  101. path: '/pages_template/pages/comment/index',
  102. icon: 'comment',
  103. title: 'Comment 评论列表',
  104. title_en: 'Comment',
  105. }, {
  106. path: '/pages_template/pages/order/index',
  107. icon: 'order',
  108. title: 'Order 订单列表',
  109. title_en: 'Order',
  110. },
  111. {
  112. path: '/pages_template/pages/login/index1',
  113. icon: 'login',
  114. title: 'Login 登录界面',
  115. title_en: 'Login',
  116. },
  117. {
  118. path: '/pages_template/pages/login/index2',
  119. icon: 'login',
  120. title: 'Login 水滴登录',
  121. title_en: 'Login',
  122. },
  123. {
  124. path: '/pages_template/pages/address/index',
  125. icon: 'address',
  126. title: 'Address 收货地址',
  127. title_en: 'Address',
  128. },
  129. ]
  130. },
  131. ]