pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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/mine",
  113. "type": "page",
  114. "layout": "tabbar",
  115. "style": {
  116. "navigationBarTitleText": "我的",
  117. "navigationBarBackgroundColor": "#fff"
  118. }
  119. },
  120. {
  121. "path": "pages/home/merchant/settlement",
  122. "type": "page",
  123. "style": {
  124. "navigationBarTitleText": "积分结账",
  125. "navigationBarBackgroundColor": "#fff"
  126. }
  127. },
  128. {
  129. "path": "pages/home/tasks/index",
  130. "type": "page",
  131. "style": {
  132. "navigationBarTitleText": "全部任务",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/mine/merchant/merchant_settings",
  138. "type": "page",
  139. "style": {
  140. "navigationBarTitleText": "商家设置",
  141. "navigationBarBackgroundColor": "#fff"
  142. }
  143. },
  144. {
  145. "path": "pages/home/tasks/detail/index",
  146. "type": "page",
  147. "style": {
  148. "navigationBarTitleText": "任务详情",
  149. "navigationBarBackgroundColor": "#fff"
  150. }
  151. },
  152. {
  153. "path": "pages/mine/merchant/orders/detail/index",
  154. "type": "page",
  155. "style": {
  156. "navigationBarTitleText": "订单详情",
  157. "navigationBarBackgroundColor": "#fff"
  158. }
  159. }
  160. ],
  161. "subPackages": []
  162. }