template.config.js 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. export default [
  2. {
  3. groupName: '部件',
  4. groupName_en: 'Parts',
  5. list: [
  6. {
  7. path: 'coupon',
  8. icon: 'coupon',
  9. title: 'Coupon 优惠券',
  10. title_en: 'Coupon',
  11. }
  12. ]
  13. },
  14. {
  15. groupName: '页面',
  16. groupName_en: 'Page',
  17. list: [
  18. {
  19. path: '/pages/template/wxCenter/index',
  20. icon: 'wxCenter',
  21. title: 'WxCenter 仿微信个人中心',
  22. title_en: 'WxCenter',
  23. },
  24. // {
  25. // path: '/pages/template/douyin/index',
  26. // icon: 'douyin',
  27. // title: 'Douyin 仿抖音',
  28. // },
  29. {
  30. path: '/pages/template/keyboardPay/index',
  31. icon: 'keyboardPay',
  32. title: 'KeyboardPay 自定义键盘支付模板',
  33. title_en: 'KeyboardPay',
  34. },
  35. {
  36. path: '/pages/template/mallMenu/index1',
  37. icon: 'mall_menu_1',
  38. title: 'MallMenu 垂直分类(左右独立)',
  39. title_en: 'MallMenu 1',
  40. },{
  41. path: '/pages/template/mallMenu/index2',
  42. icon: 'mall_menu_2',
  43. title: 'MallMenu 垂直分类(左右联动)',
  44. title_en: 'MallMenu 2',
  45. },{
  46. path: 'submitBar',
  47. icon: 'submitBar',
  48. title: 'SubmitBar 提交订单栏',
  49. title_en: 'SubmitBar',
  50. },{
  51. path: 'comment',
  52. icon: 'comment',
  53. title: 'Comment 评论列表',
  54. title_en: 'Comment',
  55. },{
  56. path: 'order',
  57. icon: 'order',
  58. title: 'Order 订单列表',
  59. title_en: 'Order',
  60. },{
  61. path: 'login',
  62. icon: 'login',
  63. title: 'Login 登录界面',
  64. title_en: 'Login',
  65. },{
  66. path: 'address',
  67. icon: 'address',
  68. title: 'Address 收货地址',
  69. title_en: 'Address',
  70. },{
  71. path: 'citySelect',
  72. icon: 'citySelect',
  73. title: 'CitySelect 城市选择',
  74. title_en: 'CitySelect',
  75. }
  76. ]
  77. }
  78. ]