pages.json 6.9 KB

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