pages.json 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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/home/index",
  63. "type": "page",
  64. "layout": "tabbar",
  65. "style": {
  66. "navigationBarTitleText": "首页",
  67. "navigationBarBackgroundColor": "#fff",
  68. "navigationStyle": "custom"
  69. }
  70. },
  71. {
  72. "path": "pages/mine/index",
  73. "type": "page",
  74. "layout": "tabbar",
  75. "style": {
  76. "navigationBarTitleText": "我的",
  77. "navigationStyle": "custom"
  78. }
  79. },
  80. {
  81. "path": "pages/agent/designer/detail",
  82. "type": "page",
  83. "style": {
  84. "navigationBarTitleText": "设计师详情",
  85. "navigationBarBackgroundColor": "#fff",
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "pages/agent/designer/index",
  91. "type": "page",
  92. "style": {
  93. "navigationBarTitleText": "全部设计师",
  94. "navigationBarBackgroundColor": "#fff"
  95. }
  96. },
  97. {
  98. "path": "pages/agent/points/index",
  99. "type": "page",
  100. "style": {
  101. "navigationStyle": "custom"
  102. }
  103. },
  104. {
  105. "path": "pages/agent/report-infos/index",
  106. "type": "page",
  107. "style": {
  108. "navigationBarTitleText": "关系报备",
  109. "navigationBarBackgroundColor": "#fff"
  110. }
  111. },
  112. {
  113. "path": "pages/agent/tasks/index",
  114. "type": "page",
  115. "style": {
  116. "navigationBarTitleText": "全部任务",
  117. "navigationBarBackgroundColor": "#fff"
  118. }
  119. },
  120. {
  121. "path": "pages/agent/todo/index",
  122. "type": "page",
  123. "style": {
  124. "navigationBarTitleText": "待办",
  125. "navigationBarBackgroundColor": "#f2f3f6"
  126. }
  127. },
  128. {
  129. "path": "pages/home/merchant/add-reporting-information",
  130. "type": "page",
  131. "style": {
  132. "navigationBarTitleText": "添加关系报备",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "pages/home/merchant/mine",
  138. "type": "page",
  139. "layout": "tabbar",
  140. "style": {
  141. "navigationBarTitleText": "我的",
  142. "navigationBarBackgroundColor": "#fff"
  143. }
  144. },
  145. {
  146. "path": "pages/home/merchant/settlement",
  147. "type": "page",
  148. "style": {
  149. "navigationBarTitleText": "积分结账",
  150. "navigationBarBackgroundColor": "#fff"
  151. }
  152. },
  153. {
  154. "path": "pages/mine/merchant/merchant_settings",
  155. "type": "page",
  156. "style": {
  157. "navigationBarTitleText": "商家设置",
  158. "navigationBarBackgroundColor": "#fff"
  159. }
  160. },
  161. {
  162. "path": "pages/agent/designer/archives/index",
  163. "type": "page",
  164. "style": {
  165. "navigationBarTitleText": "个人信息",
  166. "navigationBarBackgroundColor": "#ffffff"
  167. }
  168. },
  169. {
  170. "path": "pages/agent/designer/points/index",
  171. "type": "page",
  172. "style": {
  173. "navigationStyle": "custom"
  174. }
  175. },
  176. {
  177. "path": "pages/agent/tasks/detail/index",
  178. "type": "page",
  179. "style": {
  180. "navigationBarTitleText": "任务详情",
  181. "navigationBarBackgroundColor": "#fff"
  182. }
  183. },
  184. {
  185. "path": "pages/common/orders/detail/index",
  186. "type": "page",
  187. "style": {
  188. "navigationBarTitleText": "订单详情",
  189. "navigationBarBackgroundColor": "#fff"
  190. }
  191. },
  192. {
  193. "path": "pages/mine/agent/invite/index",
  194. "type": "page",
  195. "style": {
  196. "navigationBarTitleText": "邀请好友",
  197. "navigationBarBackgroundColor": "#ffffff",
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "pages/mine/agent/settings/index",
  203. "type": "page",
  204. "style": {
  205. "navigationBarTitleText": "个人设置",
  206. "navigationBarBackgroundColor": "#fff"
  207. }
  208. },
  209. {
  210. "path": "pages/agent/designer/archives/basic-info/index",
  211. "type": "page",
  212. "style": {
  213. "navigationBarTitleText": "编辑基本信息",
  214. "navigationBarBackgroundColor": "#ffffff"
  215. }
  216. },
  217. {
  218. "path": "pages/agent/designer/archives/sale-info/index",
  219. "type": "page",
  220. "style": {
  221. "navigationBarTitleText": "销售明细",
  222. "navigationBarBackgroundColor": "#fff"
  223. }
  224. },
  225. {
  226. "path": "pages/mine/merchant/orders/detail/index",
  227. "type": "page",
  228. "style": {
  229. "navigationBarTitleText": "订单详情",
  230. "navigationBarBackgroundColor": "#fff"
  231. }
  232. },
  233. {
  234. "path": "pages/agent/designer/archives/activity/others/index",
  235. "type": "page",
  236. "style": {
  237. "navigationBarTitleText": "其他活动信息",
  238. "navigationBarBackgroundColor": "#fff"
  239. }
  240. },
  241. {
  242. "path": "pages/agent/designer/archives/award/photos/index",
  243. "type": "page",
  244. "style": {
  245. "navigationBarTitleText": "获奖照片",
  246. "navigationBarBackgroundColor": "#fff"
  247. }
  248. },
  249. {
  250. "path": "pages/agent/designer/archives/sale-info/others/index",
  251. "type": "page",
  252. "style": {
  253. "navigationBarTitleText": "其他销售信息",
  254. "navigationBarBackgroundColor": "#fff"
  255. }
  256. }
  257. ],
  258. "subPackages": []
  259. }