pages.json 8.3 KB

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