pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  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/material/index"
  32. },
  33. {
  34. "pagePath": "pages/messages/index"
  35. },
  36. {
  37. "pagePath": "pages/mine/index"
  38. }
  39. ]
  40. },
  41. "condition": {
  42. "current": -1,
  43. "list": [
  44. {
  45. "name": "设计游学",
  46. "path": "pages/index/study-tour/index"
  47. },
  48. {
  49. "name": "登录",
  50. "path": "pages/login/index"
  51. },
  52. {
  53. "name": "我的",
  54. "path": "pages/mine/index"
  55. },
  56. {
  57. "name": "设计师认证",
  58. "path": "pages/mine/authentication/index"
  59. },
  60. {
  61. "name": "设计师认证提交成功",
  62. "path": "pages/mine/authentication/submit/success/index"
  63. },
  64. {
  65. "name": "设计师个人主页",
  66. "path": "pages/mine/homepage/index"
  67. },
  68. {
  69. "name": "确认订单",
  70. "path": "/pages/home/mall/confirm-order/index",
  71. "query": "data={\"isShoppingCart\":1,\"userId\":287,\"list\":[{\"orderNo\":\"241030170642FX00009\",\"productId\":\"67131ee4e4b06312aac7e0e9\",\"productName\":null,\"points\":123,\"nums\":1,\"orderImgUrl\":\"https://image.zhuchaohui.com/zhucaohui/8e5ed57d8a1c8826c9cadb01d2ee39f584c6af1c0269f82c72d60c5461b5f790.png\"},{\"orderNo\":\"241030170642FX00010\",\"productId\":\"67208f37d5c1cec120ffcaae\",\"productName\":null,\"points\":30,\"nums\":3,\"orderImgUrl\":\"https://image.zhuchaohui.com/zhucaohui/8a4db4e05845032124460e1eeda0a9f2419dd1014947e3f26652da1fa1cc4b54.jpeg\"}],\"couponList\":[],\"totalsPoints\":213,\"totalsCouponPoints\":0,\"totalsCurrPoints\":0}"
  72. },
  73. {
  74. "name": "商品兑换成功",
  75. "path": "/pages/home/mall/purchased/success/index"
  76. },
  77. {
  78. "name": "购物车",
  79. "path": "/pages/home/mall/shopping-cart/index"
  80. },
  81. {
  82. "name": "支付成功",
  83. "path": "/pages/mine/scan/pay/success/index"
  84. }
  85. ]
  86. },
  87. "pages": [
  88. {
  89. "path": "pages/home/index",
  90. "type": "home",
  91. "layout": "tabbar",
  92. "style": {
  93. "navigationStyle": "custom",
  94. "navigationBarTitleText": "首页"
  95. }
  96. },
  97. {
  98. "path": "pages/about/about",
  99. "type": "page",
  100. "style": {
  101. "navigationBarTitleText": "关于"
  102. }
  103. },
  104. {
  105. "path": "pages/login/index",
  106. "type": "page",
  107. "style": {
  108. "navigationBarTitleText": "登录"
  109. }
  110. },
  111. {
  112. "path": "pages/material/index",
  113. "type": "page",
  114. "layout": "tabbar",
  115. "style": {
  116. "navigationBarTitleText": "材料",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "pages/messages/index",
  122. "type": "page",
  123. "layout": "tabbar",
  124. "style": {
  125. "navigationBarTitleText": "消息",
  126. "navigationBarBackgroundColor": "#fff"
  127. }
  128. },
  129. {
  130. "path": "pages/mine/index",
  131. "type": "page",
  132. "layout": "tabbar",
  133. "style": {
  134. "navigationBarTitleText": "我的",
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "pages/common/webview/index",
  140. "type": "page"
  141. },
  142. {
  143. "path": "pages/home/about/index",
  144. "type": "page",
  145. "style": {
  146. "navigationStyle": "custom",
  147. "navigationBarTitleText": "1分钟快速了解筑巢荟"
  148. }
  149. },
  150. {
  151. "path": "pages/home/classmates/index",
  152. "type": "page",
  153. "style": {
  154. "navigationBarTitleText": "同学荟",
  155. "navigationBarBackgroundColor": "#fff"
  156. }
  157. },
  158. {
  159. "path": "pages/home/classmates-detail/index",
  160. "type": "page",
  161. "style": {
  162. "navigationBarTitleText": "详情",
  163. "navigationBarBackgroundColor": "#fff"
  164. }
  165. },
  166. {
  167. "path": "pages/home/content/index",
  168. "type": "page",
  169. "style": {
  170. "navigationBarTitleText": "详情",
  171. "navigationBarBackgroundColor": "#fff"
  172. }
  173. },
  174. {
  175. "path": "pages/home/mall/index",
  176. "type": "page",
  177. "style": {
  178. "navigationBarTitleText": "品质商城",
  179. "navigationBarBackgroundColor": "#fff"
  180. }
  181. },
  182. {
  183. "path": "pages/home/moment/index",
  184. "type": "page",
  185. "style": {
  186. "navigationBarTitleText": "详情",
  187. "navigationBarBackgroundColor": "#fff",
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "pages/home/offline-activity/index",
  193. "type": "page",
  194. "style": {
  195. "navigationBarTitleText": "线下活动",
  196. "navigationBarBackgroundColor": "#fff"
  197. }
  198. },
  199. {
  200. "path": "pages/home/schedule/index",
  201. "type": "page",
  202. "style": {
  203. "navigationStyle": "custom",
  204. "navigationBarTitleText": "游学日程"
  205. }
  206. },
  207. {
  208. "path": "pages/home/spread/index",
  209. "type": "page",
  210. "style": {
  211. "navigationBarTitleText": "设计传播",
  212. "navigationBarBackgroundColor": "#fff"
  213. }
  214. },
  215. {
  216. "path": "pages/home/study-tour/detail",
  217. "type": "page",
  218. "style": {
  219. "navigationBarTitleText": "游学计划",
  220. "navigationBarBackgroundColor": "#fff",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "pages/home/study-tour/index",
  226. "type": "page",
  227. "style": {
  228. "navigationBarTitleText": "设计游学",
  229. "navigationBarBackgroundColor": "#fff"
  230. }
  231. },
  232. {
  233. "path": "pages/home/study-tour/list",
  234. "type": "page",
  235. "style": {
  236. "navigationBarTitleText": "游学计划",
  237. "navigationBarBackgroundColor": "#fff"
  238. }
  239. },
  240. {
  241. "path": "pages/material/calculator/index",
  242. "type": "page",
  243. "style": {
  244. "navigationStyle": "custom"
  245. }
  246. },
  247. {
  248. "path": "pages/material/detail/index",
  249. "type": "page",
  250. "style": {
  251. "navigationStyle": "custom"
  252. }
  253. },
  254. {
  255. "path": "pages/material/mini-class/index",
  256. "type": "page",
  257. "style": {
  258. "navigationStyle": "custom",
  259. "navigationBarTitleText": "材料小课堂"
  260. }
  261. },
  262. {
  263. "path": "pages/material/recommend/index",
  264. "type": "page",
  265. "style": {
  266. "navigationBarBackgroundColor": "#fff",
  267. "navigationBarTitleText": "推荐材料商"
  268. }
  269. },
  270. {
  271. "path": "pages/material/settled-in/index",
  272. "type": "page",
  273. "style": {
  274. "navigationStyle": "custom"
  275. }
  276. },
  277. {
  278. "path": "pages/mine/agents/index",
  279. "type": "page",
  280. "style": {
  281. "navigationBarTitleText": "客服",
  282. "navigationBarBackgroundColor": "#fff"
  283. }
  284. },
  285. {
  286. "path": "pages/mine/authentication/index",
  287. "type": "page",
  288. "style": {
  289. "navigationBarTitleText": "设计师认证",
  290. "navigationStyle": "custom"
  291. }
  292. },
  293. {
  294. "path": "pages/mine/convention/index",
  295. "type": "page",
  296. "style": {
  297. "navigationStyle": "custom"
  298. }
  299. },
  300. {
  301. "path": "pages/mine/coupons/index",
  302. "type": "page",
  303. "style": {
  304. "navigationBarTitleText": "优惠券包",
  305. "navigationBarBackgroundColor": "#fff"
  306. }
  307. },
  308. {
  309. "path": "pages/mine/homepage/index",
  310. "type": "page",
  311. "style": {
  312. "navigationStyle": "custom"
  313. }
  314. },
  315. {
  316. "path": "pages/mine/honors/index",
  317. "type": "page",
  318. "style": {
  319. "navigationBarTitleText": "我的荣誉",
  320. "navigationStyle": "custom"
  321. }
  322. },
  323. {
  324. "path": "pages/mine/invite/index",
  325. "type": "page",
  326. "style": {
  327. "navigationBarTitleText": "邀请设计师",
  328. "navigationBarBackgroundColor": "#fff",
  329. "navigationStyle": "custom"
  330. }
  331. },
  332. {
  333. "path": "pages/mine/levels/index",
  334. "type": "page",
  335. "style": {
  336. "navigationStyle": "custom"
  337. }
  338. },
  339. {
  340. "path": "pages/mine/orders/index",
  341. "type": "page",
  342. "style": {
  343. "navigationBarTitleText": "我的订单",
  344. "navigationBarBackgroundColor": "#fff"
  345. }
  346. },
  347. {
  348. "path": "pages/mine/points/index",
  349. "type": "page",
  350. "style": {
  351. "navigationStyle": "custom"
  352. }
  353. },
  354. {
  355. "path": "pages/mine/setting/index",
  356. "type": "page",
  357. "style": {
  358. "navigationBarTitleText": "个人设置"
  359. }
  360. },
  361. {
  362. "path": "pages/publish/moment/index",
  363. "type": "page",
  364. "style": {
  365. "navigationBarTitleText": "个人动态",
  366. "navigationBarBackgroundColor": "#fff"
  367. }
  368. },
  369. {
  370. "path": "pages/publish/tags/index",
  371. "type": "page",
  372. "style": {
  373. "navigationBarTitleText": "添加标签",
  374. "navigationBarBackgroundColor": "#fff"
  375. }
  376. },
  377. {
  378. "path": "pages/common/status/success/index",
  379. "type": "page",
  380. "style": {
  381. "navigationBarTitleText": "",
  382. "navigationBarBackgroundColor": "#fff"
  383. }
  384. },
  385. {
  386. "path": "pages/home/activity/detail/index",
  387. "type": "page",
  388. "style": {
  389. "navigationStyle": "custom"
  390. }
  391. },
  392. {
  393. "path": "pages/home/mall/confirm-order/index",
  394. "type": "page",
  395. "style": {
  396. "navigationBarTitleText": "确认订单",
  397. "navigationBarBackgroundColor": "#fff"
  398. }
  399. },
  400. {
  401. "path": "pages/home/mall/detail/index",
  402. "type": "page",
  403. "style": {
  404. "navigationBarTitleText": "品质商城",
  405. "navigationBarBackgroundColor": "#fff"
  406. }
  407. },
  408. {
  409. "path": "pages/home/mall/shopping-cart/index",
  410. "type": "page",
  411. "style": {
  412. "navigationBarTitleText": "购物车",
  413. "navigationBarBackgroundColor": "#fff"
  414. }
  415. },
  416. {
  417. "path": "pages/home/offline-activity/cycling-rankings/index",
  418. "type": "page",
  419. "style": {
  420. "navigationStyle": "custom"
  421. }
  422. },
  423. {
  424. "path": "pages/home/offline-activity/list/index",
  425. "type": "page",
  426. "style": {
  427. "navigationBarTitleText": "线下活动",
  428. "navigationBarBackgroundColor": "#fff"
  429. }
  430. },
  431. {
  432. "path": "pages/home/spread/case-shooting/index",
  433. "type": "page",
  434. "style": {
  435. "navigationBarTitleText": "案例拍摄",
  436. "navigationBarBackgroundColor": "#ffffff"
  437. }
  438. },
  439. {
  440. "path": "pages/home/spread/design-awards/index",
  441. "type": "page",
  442. "style": {
  443. "navigationBarTitleText": "设计奖项",
  444. "navigationBarBackgroundColor": "#fff"
  445. }
  446. },
  447. {
  448. "path": "pages/home/spread/product-detail/index",
  449. "type": "page",
  450. "style": {
  451. "navigationBarTitleText": "",
  452. "navigationBarBackgroundColor": "#fff"
  453. }
  454. },
  455. {
  456. "path": "pages/home/spread/wx-agent-operation/index",
  457. "type": "page",
  458. "style": {
  459. "navigationBarTitleText": "微信代运营",
  460. "navigationBarBackgroundColor": "#ffffff"
  461. }
  462. },
  463. {
  464. "path": "pages/mine/homepage/channels/index",
  465. "type": "page",
  466. "style": {
  467. "navigationBarTitleText": "关联视频号",
  468. "navigationBarBackgroundColor": "#fff"
  469. }
  470. },
  471. {
  472. "path": "pages/mine/homepage/consult/index",
  473. "type": "page",
  474. "style": {
  475. "navigationStyle": "custom"
  476. }
  477. },
  478. {
  479. "path": "pages/mine/homepage/edit/index",
  480. "type": "page",
  481. "style": {
  482. "navigationBarTitleText": "编辑",
  483. "navigationBarBackgroundColor": "#fff"
  484. }
  485. },
  486. {
  487. "path": "pages/mine/homepage/statistics/index",
  488. "type": "page",
  489. "style": {
  490. "navigationBarTitleText": "主页数据",
  491. "navigationBarBackgroundColor": "#fff"
  492. }
  493. },
  494. {
  495. "path": "pages/mine/honors/detail/index",
  496. "type": "page",
  497. "style": {
  498. "navigationBarTitleText": "我的荣誉",
  499. "navigationStyle": "custom"
  500. }
  501. },
  502. {
  503. "path": "pages/mine/orders/code/index",
  504. "type": "page",
  505. "style": {
  506. "navigationBarTitleText": "兑换码",
  507. "navigationBarBackgroundColor": "#fff"
  508. }
  509. },
  510. {
  511. "path": "pages/mine/orders/detail/index",
  512. "type": "page",
  513. "style": {
  514. "navigationBarTitleText": "订单详情",
  515. "navigationBarBackgroundColor": "#fff"
  516. }
  517. },
  518. {
  519. "path": "pages/mine/scan/result/index",
  520. "type": "page",
  521. "style": {
  522. "navigationBarTitleText": "扫码结果",
  523. "navigationBarBackgroundColor": "#fff"
  524. }
  525. },
  526. {
  527. "path": "pages/home/mall/purchased/success/index",
  528. "type": "page",
  529. "style": {
  530. "navigationBarTitleText": "",
  531. "navigationBarBackgroundColor": "#fff"
  532. }
  533. },
  534. {
  535. "path": "pages/home/spread/case-shooting/photographer/index",
  536. "type": "page",
  537. "style": {
  538. "navigationBarTitleText": "案例拍摄",
  539. "navigationBarBackgroundColor": "#ffffff"
  540. }
  541. },
  542. {
  543. "path": "pages/mine/authentication/submit/success/index",
  544. "type": "page",
  545. "style": {
  546. "navigationBarTitleText": "提交成功"
  547. }
  548. },
  549. {
  550. "path": "pages/mine/homepage/consult/success/index",
  551. "type": "page",
  552. "style": {
  553. "navigationBarTitleText": "提交成功"
  554. }
  555. },
  556. {
  557. "path": "pages/mine/scan/pay/success/index",
  558. "type": "page",
  559. "style": {
  560. "navigationBarTitleText": "",
  561. "navigationBarBackgroundColor": "#fff"
  562. }
  563. }
  564. ],
  565. "subPackages": []
  566. }