3
0

pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "pages": [{
  3. "path": "pages/index/index",
  4. "style": {
  5. "navigationBarTitleText": "主页"
  6. }
  7. },{
  8. "path": "pages/index/canvas_edit",
  9. "style": {
  10. "navigationBarTitleText": "编辑"
  11. }
  12. },{
  13. "path": "pages/index/fortune",
  14. "style": {
  15. "navigationBarTitleText": "启运"
  16. }
  17. },{
  18. "path": "pages/template/index",
  19. "style": {
  20. "navigationBarTitleText": "模板"
  21. }
  22. },{
  23. "path": "pages/material/index",
  24. "style": {
  25. "navigationBarTitleText": "素材"
  26. }
  27. },{
  28. "path": "pages/mine/index",
  29. "style": {
  30. "navigationBarTitleText": "我的"
  31. }
  32. },{
  33. "path": "pages/mine/recharge",
  34. "style": {
  35. "navigationBarTitleText": "充值"
  36. }
  37. }],
  38. "tabBar": {
  39. "color": "#7A7E83",
  40. "borderStyle": "black",
  41. "iconWidth": "26px",
  42. "selectedColor": "#37cb7e",
  43. "backgroundColor": "#ffffff",
  44. "list": [ {
  45. "pagePath": "pages/index/index",
  46. "iconPath": "/static/images/home1.png",
  47. "selectedIconPath": "/static/images/home.png",
  48. "text": "主页"
  49. }, {
  50. "pagePath": "pages/template/index",
  51. "iconPath": "/static/images/moban1.png",
  52. "selectedIconPath": "/static/images/moban.png",
  53. "text": "模板"
  54. },{
  55. "pagePath": "pages/material/index",
  56. "iconPath": "/static/images/sucai1.png",
  57. "selectedIconPath": "/static/images/sucai.png",
  58. "text": "素材"
  59. }, {
  60. "pagePath": "pages/mine/index",
  61. "iconPath": "/static/images/wode1.png",
  62. "selectedIconPath": "/static/images/wode.png",
  63. "text": "我的"
  64. }]
  65. },
  66. "easycom": {
  67. "autoscan": true,
  68. "custom": {
  69. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue",
  70. "^custom-(.*)": "@/components/custom-layout/custom-$1.vue",
  71. "^u-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  72. "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
  73. "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue"
  74. }
  75. },
  76. "globalStyle": {
  77. "navigationBarTextStyle": "black",
  78. "navigationBarTitleText": "手机壳",
  79. "navigationBarBackgroundColor": "#F8F8F8",
  80. "backgroundColor": "#F8F8F8",
  81. "navigationStyle": "custom"
  82. },
  83. "uniIdRouter": {}
  84. }