pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "unibest",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF"
  8. },
  9. "easycom": {
  10. "autoscan": true,
  11. "custom": {
  12. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  13. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  14. }
  15. },
  16. "tabBar": {
  17. "color": "#999999",
  18. "selectedColor": "#018d71",
  19. "backgroundColor": "#F8F8F8",
  20. "borderStyle": "black",
  21. "fontSize": "10px",
  22. "iconWidth": "24px",
  23. "spacing": "3px",
  24. "custom": true,
  25. "height": "0px",
  26. "list": [
  27. {
  28. "pagePath": "pages/home/index"
  29. },
  30. {
  31. "pagePath": "pages/mine/index"
  32. }
  33. ]
  34. },
  35. "condition": {
  36. "current": -1,
  37. "list": [
  38. {
  39. "name": "设计游学",
  40. "path": "pages/index/study-tour/index"
  41. },
  42. {
  43. "name": "登录",
  44. "path": "pages/login/index"
  45. },
  46. {
  47. "name": "我的",
  48. "path": "pages/mine/index"
  49. }
  50. ]
  51. },
  52. "pages": [
  53. {
  54. "path": "pages/login/index",
  55. "type": "home",
  56. "style": {
  57. "navigationBarTitleText": "",
  58. "navigationBarBackgroundColor": "#ffffff"
  59. }
  60. },
  61. {
  62. "path": "pages/designer/detail",
  63. "type": "page",
  64. "style": {
  65. "navigationBarTitleText": "全部设计师",
  66. "navigationBarBackgroundColor": "#fff"
  67. }
  68. },
  69. {
  70. "path": "pages/designer/homepage",
  71. "type": "page",
  72. "style": {
  73. "navigationBarTitleText": "个人主页",
  74. "navigationBarBackgroundColor": "#fff"
  75. }
  76. },
  77. {
  78. "path": "pages/designer/index",
  79. "type": "page",
  80. "style": {
  81. "navigationBarTitleText": "全部设计师",
  82. "navigationBarBackgroundColor": "#fff"
  83. }
  84. },
  85. {
  86. "path": "pages/home/index",
  87. "type": "page",
  88. "layout": "tabbar",
  89. "style": {
  90. "navigationBarTitleText": "首页",
  91. "navigationBarBackgroundColor": "#fff"
  92. }
  93. },
  94. {
  95. "path": "pages/mine/index",
  96. "type": "page",
  97. "layout": "tabbar",
  98. "style": {
  99. "navigationBarTitleText": "我的",
  100. "navigationStyle": "custom"
  101. }
  102. },
  103. {
  104. "path": "pages/designer/points_details/index",
  105. "type": "page",
  106. "style": {
  107. "navigationBarTitleText": "积分明细",
  108. "navigationBarBackgroundColor": "#fff"
  109. }
  110. },
  111. {
  112. "path": "pages/home/merchant/add-reporting-information",
  113. "type": "page",
  114. "style": {
  115. "navigationBarTitleText": "添加关系报备",
  116. "navigationBarBackgroundColor": "#fff"
  117. }
  118. },
  119. {
  120. "path": "pages/home/merchant/mine",
  121. "type": "page",
  122. "layout": "tabbar",
  123. "style": {
  124. "navigationBarTitleText": "我的",
  125. "navigationBarBackgroundColor": "#fff"
  126. }
  127. },
  128. {
  129. "path": "pages/home/merchant/settlement",
  130. "type": "page",
  131. "style": {
  132. "navigationBarTitleText": "积分结账",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/home/tasks/index",
  138. "type": "page",
  139. "style": null,
  140. "navigationBarTitleText": "全部任务",
  141. "navigationBarBackgroundColor": "#fff"
  142. },
  143. {
  144. "path": "pages/mine/merchant/merchant_settings",
  145. "type": "page",
  146. "style": {
  147. "navigationBarTitleText": "商家设置",
  148. "navigationBarBackgroundColor": "#fff"
  149. }
  150. },
  151. {
  152. "path": "pages/home/tasks/detail/index",
  153. "type": "page",
  154. "style": {
  155. "navigationBarTitleText": "任务详情",
  156. "navigationBarBackgroundColor": "#fff"
  157. }
  158. },
  159. {
  160. "path": "pages/mine/merchant/orders/detail/index",
  161. "type": "page",
  162. "style": {
  163. "navigationBarTitleText": "订单详情",
  164. "navigationBarBackgroundColor": "#fff"
  165. }
  166. }
  167. ],
  168. "subPackages": []
  169. }