3
0

pages.json 2.1 KB

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