pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. {
  2. // "easycom": {
  3. // "custom": {
  4. // "autoscan": true,
  5. // "gui-(.*)": "@/GraceUI5/components/gui-$1.vue",
  6. // "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  7. // }
  8. // },
  9. "pages": [{
  10. "path": "pages/index/index",
  11. "style": {
  12. "navigationBarTitleText": "",
  13. "enablePullDownRefresh": false,
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/huicui/huicui",
  19. "style": {
  20. "navigationBarTitleText": "",
  21. "enablePullDownRefresh": false,
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/jiyi/jiyi",
  27. "style": {
  28. "navigationBarTitleText": "",
  29. "enablePullDownRefresh": false,
  30. "navigationStyle": "custom"
  31. }
  32. },
  33. {
  34. "path": "pages/user/index",
  35. "style": {
  36. "navigationBarTitleText": "",
  37. "enablePullDownRefresh": false,
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/zhenxing/zhenxing",
  43. "style": {
  44. "navigationBarTitleText": "",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/user/login",
  50. "style": {
  51. "navigationBarTitleText": "",
  52. "enablePullDownRefresh": false
  53. }
  54. }
  55. ],
  56. //分包
  57. "subPackages": [{
  58. "root": "index_fenbao",
  59. "pages": [
  60. {
  61. "path": "faBuWenZhang/faBuWenZhang",
  62. "style": {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. }, {
  67. "path": "hongsewenhua/hongsewenhua",
  68. "style": {
  69. "navigationBarTitleText": "",
  70. "enablePullDownRefresh": false
  71. }
  72. }
  73. ]
  74. },
  75. {
  76. "root": "user_fenbao",
  77. "pages": [{
  78. } ,{
  79. "path" : "jiFen/jiFen",
  80. "style" :
  81. {
  82. "navigationBarTitleText": "",
  83. "enablePullDownRefresh": false
  84. }
  85. }
  86. ]
  87. }
  88. ],
  89. //分包预加载
  90. "tabBar": {
  91. "color": "#282828",
  92. "selectedColor": "#379EEE",
  93. "borderStyle": "white",
  94. "backgroundColor": "#ffffff",
  95. "custom": false, //关闭自定义tarBar
  96. "list": [{
  97. "pagePath": "pages/index/index",
  98. "iconPath": "/static/image/home.png",
  99. "selectedIconPath": "/static/image/home_a.png",
  100. "text": "首页"
  101. },
  102. {
  103. "pagePath": "pages/huicui/huicui",
  104. "iconPath": "/static/image/hc.png",
  105. "selectedIconPath": "/static/image/hc_a.png",
  106. "text": "荟萃"
  107. },
  108. {
  109. "pagePath": "pages/jiyi/jiyi",
  110. "iconPath": "/static/image/jy.png",
  111. "selectedIconPath": "/static/image/jy_a.png",
  112. "text": "记忆"
  113. },
  114. {
  115. "pagePath": "pages/zhenxing/zhenxing",
  116. "iconPath": "/static/image/zx.png",
  117. "selectedIconPath": "/static/image/invite.png",
  118. "text": "振兴"
  119. },
  120. {
  121. "pagePath": "pages/user/index",
  122. "iconPath": "/static/image/mine.png",
  123. "selectedIconPath": "/static/image/mine_a.png",
  124. "text": "我的"
  125. }
  126. ]
  127. },
  128. "globalStyle": {
  129. "mp-alipay": {
  130. /* 支付宝小程序特有相关 */
  131. "transparentTitle": "always",
  132. "allowsBounceVertical": "NO"
  133. },
  134. "navigationBarBackgroundColor": "#ffffff",
  135. "navigationBarTitleText": "",
  136. "navigationStyle": "custom",
  137. "navigationBarTextStyle": "black"
  138. },
  139. "usingComponts": true,
  140. "condition": { //模式配置,仅开发期间生效
  141. "current": 0, //当前激活的模式(list 的索引项)
  142. "list": []
  143. },
  144. "sitemapLocation": "sitemap.json"
  145. }