pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/ph/index",
  7. "style": {
  8. "navigationStyle": "custom",
  9. "navigationBarTitleText": "排行榜"
  10. }
  11. },{
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationStyle": "custom",
  15. "navigationBarTitleText": "首页"
  16. }
  17. },
  18. {
  19. "path": "pages/index/first_email",
  20. "style": {
  21. "navigationStyle": "custom",
  22. "navigationBarTitleText": "第一封信"
  23. }
  24. }, {
  25. "path": "pages/login/login",
  26. "style": {
  27. "navigationStyle": "custom",
  28. "navigationBarTitleText": "登陆"
  29. }
  30. }, {
  31. "path": "pages/login/skip",
  32. "style": {
  33. "navigationStyle": "custom"
  34. }
  35. }, {
  36. "path": "pages/phone-area/phone-area",
  37. "style": {
  38. "navigationStyle": "custom",
  39. "navigationBarTitleText": "地区选择"
  40. }
  41. }, {
  42. "path": "pages/index/statics",
  43. "style": {
  44. "navigationStyle": "custom",
  45. "navigationBarTitleText": "卖货数据"
  46. }
  47. }, {
  48. "path": "pages/xuefen/record",
  49. "style": {
  50. "navigationBarTitleText": "学分记录"
  51. }
  52. }, {
  53. "path": "pages/xuefen/detail",
  54. "style": {
  55. "navigationBarTitleText": "明细详情"
  56. }
  57. }, {
  58. "path": "pages/jifen/record",
  59. "style": {
  60. "navigationBarTitleText": "积分记录"
  61. }
  62. }, {
  63. "path": "pages/rongyu/index",
  64. "style": {
  65. "navigationBarTitleText": "荣誉殿堂"
  66. }
  67. }, {
  68. "path": "pages/rongyu/detail",
  69. "style": {
  70. "navigationBarTitleText": "荣誉殿堂详情"
  71. }
  72. }, {
  73. "path": "pages/rongyu/cjDetail",
  74. "style": {
  75. "navigationBarTitleText": "成就详情"
  76. }
  77. }, {
  78. "path": "pages/gift/index",
  79. "style": {
  80. "navigationBarTitleText": "积分兑换"
  81. }
  82. }, {
  83. "path": "pages/gift/detail",
  84. "style": {
  85. "navigationBarTitleText": "兑换详情"
  86. }
  87. }, {
  88. "path": "pages/gift/record",
  89. "style": {
  90. "navigationBarTitleText": "兑换记录"
  91. }
  92. }, {
  93. "path": "pages/gift/record_detail",
  94. "style": {
  95. "navigationBarTitleText": "兑换订单"
  96. }
  97. }, {
  98. "path": "pages/gift/success",
  99. "style": {
  100. "navigationBarTitleText": "兑换成功"
  101. }
  102. }, {
  103. "path": "pages/address/addAdress",
  104. "style": {
  105. "navigationBarTitleText": "添加地址"
  106. }
  107. }, {
  108. "path": "pages/address/list",
  109. "style": {
  110. "navigationBarTitleText": "地址管理",
  111. "disableScroll": true
  112. }
  113. }, {
  114. "path": "pages/school/index",
  115. "style": {
  116. "navigationBarTitleText": "商学院"
  117. }
  118. }, {
  119. "path": "pages/school/detail",
  120. "style": {
  121. "navigationBarTitleText": "资源详情"
  122. }
  123. },
  124. {
  125. "path": "pages/mine/mine",
  126. "style": {
  127. "navigationStyle": "custom",
  128. "navigationBarTitleText": "我的"
  129. }
  130. },{
  131. "path": "pages/mine/test",
  132. "style": {
  133. "navigationBarTitleText": "测试"
  134. }
  135. }, {
  136. "path": "pages/mine/guize",
  137. "style": {
  138. "navigationStyle": "custom",
  139. "navigationBarTitleText": "规则说明"
  140. }
  141. }
  142. ],
  143. "preloadRule": {
  144. "pages/example/components": {
  145. "network": "all",
  146. "packages": ["pages/componentsA", "pages/componentsB", "pages/componentsC"]
  147. }
  148. },
  149. "globalStyle": {
  150. "navigationStyle": "custom",
  151. "navigationBarTextStyle": "black",
  152. "navigationBarTitleText": "大卫博士卖货学位争霸赛",
  153. "navigationBarBackgroundColor": "#FFFFFF",
  154. "backgroundColor": "#FFFFFF"
  155. },
  156. "tabBar": {
  157. "color": "#000000",
  158. "selectedColor": "#F5222D",
  159. "backgroundColor": "#FFFFFF",
  160. "borderStyle": "black",
  161. "list": [{
  162. "pagePath": "pages/index/index",
  163. "iconPath": "static/images/bar/home.png",
  164. "selectedIconPath": "static/images/bar/home-fill.png",
  165. "text": "首页"
  166. },
  167. {
  168. "pagePath": "pages/ph/index",
  169. "iconPath": "static/images/bar/ph.png",
  170. "selectedIconPath": "static/images/bar/ph-fill.png",
  171. "text": "排行榜"
  172. },
  173. {
  174. "pagePath": "pages/school/index",
  175. "iconPath": "static/images/bar/shcool.png",
  176. "selectedIconPath": "static/images/bar/school-fill.png",
  177. "text": "商学院"
  178. },
  179. {
  180. "pagePath": "pages/mine/mine",
  181. "iconPath": "static/images/bar/me.png",
  182. "selectedIconPath": "static/images/bar/me-fill.png",
  183. "text": "我的"
  184. }
  185. ]
  186. }
  187. }