pages.json 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  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/agent/trends/index",
  138. "type": "page",
  139. "style": {
  140. "navigationBarTitleText": "全部动态",
  141. "navigationBarBackgroundColor": "#fff"
  142. }
  143. },
  144. {
  145. "path": "pages/common/content-html/index",
  146. "type": "page",
  147. "style": {
  148. "navigationBarTitleText": "",
  149. "navigationBarBackgroundColor": "#fff"
  150. }
  151. },
  152. {
  153. "path": "pages/home/merchant/add-reporting-information",
  154. "type": "page",
  155. "style": {
  156. "navigationBarTitleText": "添加关系报备",
  157. "navigationBarBackgroundColor": "#fff"
  158. }
  159. },
  160. {
  161. "path": "pages/home/merchant/mine",
  162. "type": "page",
  163. "layout": "tabbar",
  164. "style": {
  165. "navigationBarTitleText": "我的",
  166. "navigationBarBackgroundColor": "#fff"
  167. }
  168. },
  169. {
  170. "path": "pages/home/merchant/settlement",
  171. "type": "page",
  172. "style": {
  173. "navigationBarTitleText": "积分结账",
  174. "navigationBarBackgroundColor": "#fff"
  175. }
  176. },
  177. {
  178. "path": "pages/home/result/orderConfirm",
  179. "type": "page",
  180. "style": {
  181. "navigationBarTitleText": "确认卷码信息",
  182. "navigationBarBackgroundColor": "#fff"
  183. }
  184. },
  185. {
  186. "path": "pages/home/result/success",
  187. "type": "page",
  188. "style": {
  189. "navigationBarTitleText": "核销结果",
  190. "navigationBarBackgroundColor": "#fff"
  191. }
  192. },
  193. {
  194. "path": "pages/mine/merchant/merchant_settings",
  195. "type": "page",
  196. "style": {
  197. "navigationBarTitleText": "商家设置",
  198. "navigationBarBackgroundColor": "#fff"
  199. }
  200. },
  201. {
  202. "path": "pages/mine/refferrer/details",
  203. "type": "page",
  204. "style": {
  205. "navigationBarTitleText": "",
  206. "navigationBarBackgroundColor": "#fff"
  207. }
  208. },
  209. {
  210. "path": "pages/mine/refferrer/index",
  211. "type": "page",
  212. "style": {
  213. "navigationBarTitleText": "引荐奖励",
  214. "navigationBarBackgroundColor": "#fff"
  215. }
  216. },
  217. {
  218. "path": "pages/mine/refferrer/rule",
  219. "type": "page",
  220. "style": {
  221. "navigationBarTitleText": "规则说明",
  222. "navigationBarBackgroundColor": "#fff"
  223. }
  224. },
  225. {
  226. "path": "pages/mine/refferrer/twoDetails",
  227. "type": "page",
  228. "style": {
  229. "navigationBarTitleText": "",
  230. "navigationBarBackgroundColor": "#fff"
  231. }
  232. },
  233. {
  234. "path": "pages/agent/designer/archives/index",
  235. "type": "page",
  236. "style": {
  237. "navigationBarTitleText": "个人信息",
  238. "navigationBarBackgroundColor": "#ffffff"
  239. }
  240. },
  241. {
  242. "path": "pages/agent/designer/points/index",
  243. "type": "page",
  244. "style": {
  245. "navigationStyle": "custom"
  246. }
  247. },
  248. {
  249. "path": "pages/agent/designer/points_details/index",
  250. "type": "page",
  251. "style": {
  252. "navigationBarTitleText": "积分明细",
  253. "navigationBarBackgroundColor": "#fff"
  254. }
  255. },
  256. {
  257. "path": "pages/agent/tasks/detail/index",
  258. "type": "page",
  259. "style": {
  260. "navigationBarTitleText": "任务详情",
  261. "navigationBarBackgroundColor": "#fff"
  262. }
  263. },
  264. {
  265. "path": "pages/common/auth/change-password/index",
  266. "type": "page",
  267. "style": {
  268. "navigationBarTitleText": "修改密码",
  269. "navigationBarBackgroundColor": "#fff"
  270. }
  271. },
  272. {
  273. "path": "pages/common/orders/detail/index",
  274. "type": "page",
  275. "style": {
  276. "navigationBarTitleText": "订单详情",
  277. "navigationBarBackgroundColor": "#fff"
  278. }
  279. },
  280. {
  281. "path": "pages/mine/agent/business-card/edit-card",
  282. "type": "page",
  283. "style": {
  284. "navigationBarTitleText": "编辑名片",
  285. "navigationBarBackgroundColor": "#ffffff"
  286. }
  287. },
  288. {
  289. "path": "pages/mine/agent/business-card/index",
  290. "type": "page",
  291. "style": {
  292. "navigationBarTitleText": "个人名片",
  293. "navigationBarBackgroundColor": "#ffffff"
  294. }
  295. },
  296. {
  297. "path": "pages/mine/agent/invite/index",
  298. "type": "page",
  299. "style": {
  300. "navigationBarTitleText": "邀请好友",
  301. "navigationBarBackgroundColor": "#ffffff",
  302. "navigationStyle": "custom"
  303. }
  304. },
  305. {
  306. "path": "pages/mine/agent/settings/index",
  307. "type": "page",
  308. "style": {
  309. "navigationBarTitleText": "个人设置",
  310. "navigationBarBackgroundColor": "#fff"
  311. }
  312. },
  313. {
  314. "path": "pages/agent/designer/archives/activity/history",
  315. "type": "page",
  316. "style": {
  317. "navigationBarTitleText": "历史记录",
  318. "navigationBarBackgroundColor": "#ffffff"
  319. }
  320. },
  321. {
  322. "path": "pages/agent/designer/archives/activity/index",
  323. "type": "page",
  324. "style": {
  325. "navigationBarTitleText": "数据明细",
  326. "navigationBarBackgroundColor": "#fff"
  327. }
  328. },
  329. {
  330. "path": "pages/agent/designer/archives/award/imgs",
  331. "type": "page",
  332. "style": {
  333. "navigationBarTitleText": "个人照片",
  334. "navigationBarBackgroundColor": "#fff"
  335. }
  336. },
  337. {
  338. "path": "pages/agent/designer/archives/basic-info/index",
  339. "type": "page",
  340. "style": {
  341. "navigationBarTitleText": "编辑基本信息",
  342. "navigationBarBackgroundColor": "#ffffff"
  343. }
  344. },
  345. {
  346. "path": "pages/agent/designer/archives/sale-info/history",
  347. "type": "page",
  348. "style": {
  349. "navigationBarTitleText": "历史记录",
  350. "navigationBarBackgroundColor": "#ffffff"
  351. }
  352. },
  353. {
  354. "path": "pages/agent/designer/archives/sale-info/index",
  355. "type": "page",
  356. "style": {
  357. "navigationBarTitleText": "销售明细",
  358. "navigationBarBackgroundColor": "#fff"
  359. }
  360. },
  361. {
  362. "path": "pages/mine/merchant/orders/detail/index",
  363. "type": "page",
  364. "style": {
  365. "navigationBarTitleText": "订单详情",
  366. "navigationBarBackgroundColor": "#fff"
  367. }
  368. },
  369. {
  370. "path": "pages/agent/designer/archives/activity/others/index",
  371. "type": "page",
  372. "style": {
  373. "navigationBarTitleText": "其他活动信息",
  374. "navigationBarBackgroundColor": "#fff"
  375. }
  376. },
  377. {
  378. "path": "pages/agent/designer/archives/award/photos/index",
  379. "type": "page",
  380. "style": {
  381. "navigationBarTitleText": "获奖照片",
  382. "navigationBarBackgroundColor": "#fff"
  383. }
  384. },
  385. {
  386. "path": "pages/agent/designer/archives/sale-info/others/index",
  387. "type": "page",
  388. "style": {
  389. "navigationBarTitleText": "其他销售信息",
  390. "navigationBarBackgroundColor": "#fff"
  391. }
  392. }
  393. ],
  394. "subPackages": []
  395. }