pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "筑巢荟",
  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-sub/login/index"
  51. },
  52. {
  53. "name": "开发登录",
  54. "path": "pages-sub/login/index",
  55. "query": "type=test"
  56. },
  57. {
  58. "name": "我的",
  59. "path": "pages/mine/index"
  60. },
  61. {
  62. "name": "设计师认证",
  63. "path": "pages-sub/mine/authentication/index"
  64. },
  65. {
  66. "name": "设计师认证提交成功",
  67. "path": "pages-sub/mine/authentication/submit/success/index"
  68. },
  69. {
  70. "name": "设计师个人主页",
  71. "path": "pages-sub/mine/homepage/index"
  72. },
  73. {
  74. "name": "确认订单",
  75. "path": "/pages-sub/home/mall/confirm-order/index",
  76. "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}"
  77. },
  78. {
  79. "name": "商品兑换成功",
  80. "path": "/pages-sub/home/mall/purchased/success/index"
  81. },
  82. {
  83. "name": "购物车",
  84. "path": "/pages-sub/home/mall/shopping-cart/index"
  85. },
  86. {
  87. "name": "支付成功",
  88. "path": "/pages-sub/mine/scan/pay/success/index"
  89. }
  90. ]
  91. },
  92. "subPackages": [
  93. {
  94. "root": "pages-sub",
  95. "pages": [
  96. {
  97. "path": "home/about/index",
  98. "type": "page",
  99. "style": {
  100. "navigationStyle": "custom",
  101. "navigationBarTitleText": "1分钟快速了解筑巢荟"
  102. }
  103. },
  104. {
  105. "path": "home/classmates/index",
  106. "type": "page",
  107. "style": {
  108. "navigationBarTitleText": "同学荟",
  109. "navigationBarBackgroundColor": "#fff"
  110. }
  111. },
  112. {
  113. "path": "home/classmates-detail/index",
  114. "type": "page",
  115. "style": {
  116. "navigationBarTitleText": "详情",
  117. "navigationBarBackgroundColor": "#fff"
  118. }
  119. },
  120. {
  121. "path": "home/content/index",
  122. "type": "page",
  123. "style": {
  124. "navigationBarTitleText": "详情",
  125. "navigationBarBackgroundColor": "#fff"
  126. }
  127. },
  128. {
  129. "path": "home/mall/index",
  130. "type": "page",
  131. "style": {
  132. "navigationBarTitleText": "品质商城",
  133. "navigationBarBackgroundColor": "#fff"
  134. }
  135. },
  136. {
  137. "path": "home/moment/index",
  138. "type": "page",
  139. "style": {
  140. "navigationBarTitleText": "详情",
  141. "navigationBarBackgroundColor": "#fff",
  142. "navigationStyle": "custom"
  143. }
  144. },
  145. {
  146. "path": "home/offline-activity/index",
  147. "type": "page",
  148. "style": {
  149. "navigationBarTitleText": "线下活动",
  150. "navigationBarBackgroundColor": "#fff"
  151. }
  152. },
  153. {
  154. "path": "home/schedule/index",
  155. "type": "page",
  156. "style": {
  157. "navigationStyle": "custom",
  158. "navigationBarTitleText": "游学日程"
  159. }
  160. },
  161. {
  162. "path": "home/spread/index",
  163. "type": "page",
  164. "style": {
  165. "navigationBarTitleText": "设计传播",
  166. "navigationBarBackgroundColor": "#fff"
  167. }
  168. },
  169. {
  170. "path": "home/study-tour/detail",
  171. "type": "page",
  172. "style": {
  173. "navigationBarTitleText": "游学计划",
  174. "navigationBarBackgroundColor": "#fff",
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path": "home/study-tour/index",
  180. "type": "page",
  181. "style": {
  182. "navigationBarTitleText": "设计游学",
  183. "navigationBarBackgroundColor": "#fff"
  184. }
  185. },
  186. {
  187. "path": "home/study-tour/list",
  188. "type": "page",
  189. "style": {
  190. "navigationBarTitleText": "游学计划",
  191. "navigationBarBackgroundColor": "#fff"
  192. }
  193. },
  194. {
  195. "path": "home/activity/detail/index",
  196. "type": "page",
  197. "style": {
  198. "navigationStyle": "custom"
  199. }
  200. },
  201. {
  202. "path": "home/activity/images/index",
  203. "type": "page",
  204. "style": {
  205. "navigationBarTitleText": "活动图片",
  206. "navigationBarBackgroundColor": "#ffffff"
  207. }
  208. },
  209. {
  210. "path": "home/activity/raffle/index",
  211. "type": "page",
  212. "style": {
  213. "navigationStyle": "custom",
  214. "navigationBarBackgroundColor": "#ffffff"
  215. }
  216. },
  217. {
  218. "path": "home/mall/confirm-order/index",
  219. "type": "page",
  220. "style": {
  221. "navigationBarTitleText": "确认订单",
  222. "navigationBarBackgroundColor": "#fff"
  223. }
  224. },
  225. {
  226. "path": "home/mall/detail/index",
  227. "type": "page",
  228. "style": {
  229. "navigationBarTitleText": "品质商城",
  230. "navigationBarBackgroundColor": "#fff"
  231. }
  232. },
  233. {
  234. "path": "home/mall/shopping-cart/index",
  235. "type": "page",
  236. "style": {
  237. "navigationBarTitleText": "购物车",
  238. "navigationBarBackgroundColor": "#fff"
  239. }
  240. },
  241. {
  242. "path": "home/offline-activity/cycling-rankings/index",
  243. "type": "page",
  244. "style": {
  245. "navigationStyle": "custom"
  246. }
  247. },
  248. {
  249. "path": "home/offline-activity/list/index",
  250. "type": "page",
  251. "style": {
  252. "navigationBarTitleText": "线下活动",
  253. "navigationBarBackgroundColor": "#fff"
  254. }
  255. },
  256. {
  257. "path": "home/spread/case-shooting/index",
  258. "type": "page",
  259. "style": {
  260. "navigationBarTitleText": "案例拍摄",
  261. "navigationBarBackgroundColor": "#ffffff"
  262. }
  263. },
  264. {
  265. "path": "home/spread/design-awards/index",
  266. "type": "page",
  267. "style": {
  268. "navigationBarTitleText": "设计奖项",
  269. "navigationBarBackgroundColor": "#fff"
  270. }
  271. },
  272. {
  273. "path": "home/spread/product-detail/index",
  274. "type": "page",
  275. "style": {
  276. "navigationBarTitleText": "",
  277. "navigationBarBackgroundColor": "#fff"
  278. }
  279. },
  280. {
  281. "path": "home/spread/wx-agent-operation/index",
  282. "type": "page",
  283. "style": {
  284. "navigationBarTitleText": "微信代运营",
  285. "navigationBarBackgroundColor": "#ffffff"
  286. }
  287. },
  288. {
  289. "path": "home/mall/purchased/success/index",
  290. "type": "page",
  291. "style": {
  292. "navigationBarTitleText": "",
  293. "navigationBarBackgroundColor": "#fff"
  294. }
  295. },
  296. {
  297. "path": "home/spread/case-shooting/photographer/index",
  298. "type": "page",
  299. "style": {
  300. "navigationBarTitleText": "案例拍摄",
  301. "navigationBarBackgroundColor": "#ffffff"
  302. }
  303. },
  304. {
  305. "path": "about/about",
  306. "type": "page",
  307. "style": {
  308. "navigationBarTitleText": "关于"
  309. }
  310. },
  311. {
  312. "path": "login/index",
  313. "type": "page",
  314. "style": {
  315. "navigationBarTitleText": "登录"
  316. }
  317. },
  318. {
  319. "path": "common/content-html/index",
  320. "type": "page",
  321. "style": {
  322. "navigationBarTitleText": "",
  323. "navigationBarBackgroundColor": "#fff"
  324. }
  325. },
  326. {
  327. "path": "common/webview/index",
  328. "type": "page"
  329. },
  330. {
  331. "path": "publish/moment/index",
  332. "type": "page",
  333. "style": {
  334. "navigationBarTitleText": "个人动态",
  335. "navigationBarBackgroundColor": "#fff"
  336. }
  337. },
  338. {
  339. "path": "publish/tags/index",
  340. "type": "page",
  341. "style": {
  342. "navigationBarTitleText": "添加标签",
  343. "navigationBarBackgroundColor": "#fff"
  344. }
  345. },
  346. {
  347. "path": "common/status/success/index",
  348. "type": "page",
  349. "style": {
  350. "navigationBarTitleText": "",
  351. "navigationBarBackgroundColor": "#fff"
  352. }
  353. },
  354. {
  355. "path": "mine/agents/index",
  356. "type": "page",
  357. "style": {
  358. "navigationBarTitleText": "客服",
  359. "navigationBarBackgroundColor": "#fff"
  360. }
  361. },
  362. {
  363. "path": "mine/authentication/index",
  364. "type": "page",
  365. "style": {
  366. "navigationBarTitleText": "设计师认证",
  367. "navigationStyle": "custom"
  368. }
  369. },
  370. {
  371. "path": "mine/convention/index",
  372. "type": "page",
  373. "style": {
  374. "navigationStyle": "custom"
  375. }
  376. },
  377. {
  378. "path": "mine/coupons/index",
  379. "type": "page",
  380. "style": {
  381. "navigationBarTitleText": "优惠券包",
  382. "navigationBarBackgroundColor": "#fff"
  383. }
  384. },
  385. {
  386. "path": "mine/homepage/index",
  387. "type": "page",
  388. "style": {
  389. "navigationStyle": "custom"
  390. }
  391. },
  392. {
  393. "path": "mine/honors/index",
  394. "type": "page",
  395. "style": {
  396. "navigationBarTitleText": "我的荣誉",
  397. "navigationStyle": "custom"
  398. }
  399. },
  400. {
  401. "path": "mine/invite/index",
  402. "type": "page",
  403. "style": {
  404. "navigationBarTitleText": "邀请设计师",
  405. "navigationBarBackgroundColor": "#fff",
  406. "navigationStyle": "custom"
  407. }
  408. },
  409. {
  410. "path": "mine/levels/index",
  411. "type": "page",
  412. "style": {
  413. "navigationStyle": "custom"
  414. }
  415. },
  416. {
  417. "path": "mine/orders/index",
  418. "type": "page",
  419. "style": {
  420. "navigationBarTitleText": "我的订单",
  421. "navigationBarBackgroundColor": "#fff"
  422. }
  423. },
  424. {
  425. "path": "mine/points/index",
  426. "type": "page",
  427. "style": {
  428. "navigationStyle": "custom"
  429. }
  430. },
  431. {
  432. "path": "mine/setting/index",
  433. "type": "page",
  434. "style": {
  435. "navigationBarTitleText": "个人设置"
  436. }
  437. },
  438. {
  439. "path": "mine/homepage/channels/index",
  440. "type": "page",
  441. "style": {
  442. "navigationBarTitleText": "关联视频号",
  443. "navigationBarBackgroundColor": "#fff"
  444. }
  445. },
  446. {
  447. "path": "mine/homepage/consult/index",
  448. "type": "page",
  449. "style": {
  450. "navigationStyle": "custom"
  451. }
  452. },
  453. {
  454. "path": "mine/homepage/edit/index",
  455. "type": "page",
  456. "style": {
  457. "navigationBarTitleText": "编辑",
  458. "navigationBarBackgroundColor": "#fff"
  459. }
  460. },
  461. {
  462. "path": "mine/homepage/qr-code/index",
  463. "type": "page",
  464. "style": {
  465. "navigationBarTitleText": "个人码",
  466. "navigationBarBackgroundColor": "#fff"
  467. }
  468. },
  469. {
  470. "path": "mine/homepage/statistics/index",
  471. "type": "page",
  472. "style": {
  473. "navigationBarTitleText": "主页数据",
  474. "navigationBarBackgroundColor": "#fff"
  475. }
  476. },
  477. {
  478. "path": "mine/honors/detail/collection",
  479. "type": "page",
  480. "style": {
  481. "navigationBarTitleText": "我的典藏",
  482. "navigationStyle": "custom"
  483. }
  484. },
  485. {
  486. "path": "mine/honors/detail/index",
  487. "type": "page",
  488. "style": {
  489. "navigationBarTitleText": "我的荣誉",
  490. "navigationStyle": "custom"
  491. }
  492. },
  493. {
  494. "path": "mine/honors/leaderboard/index",
  495. "type": "page",
  496. "style": {
  497. "navigationBarTitleText": "获取榜单",
  498. "navigationStyle": "custom"
  499. }
  500. },
  501. {
  502. "path": "mine/levels/rules/index",
  503. "type": "page",
  504. "style": {
  505. "navigationBarTitleText": "等级规则",
  506. "navigationBarBackgroundColor": "#fff"
  507. }
  508. },
  509. {
  510. "path": "mine/orders/code/index",
  511. "type": "page",
  512. "style": {
  513. "navigationBarTitleText": "兑换码",
  514. "navigationBarBackgroundColor": "#fff"
  515. }
  516. },
  517. {
  518. "path": "mine/orders/detail/index",
  519. "type": "page",
  520. "style": {
  521. "navigationBarTitleText": "订单详情",
  522. "navigationBarBackgroundColor": "#fff"
  523. }
  524. },
  525. {
  526. "path": "mine/scan/result/index",
  527. "type": "page",
  528. "style": {
  529. "navigationBarTitleText": "扫码结果",
  530. "navigationBarBackgroundColor": "#fff"
  531. }
  532. },
  533. {
  534. "path": "mine/setting/mobile/index",
  535. "type": "page",
  536. "style": {
  537. "navigationBarTitleText": "手机号"
  538. }
  539. },
  540. {
  541. "path": "mine/authentication/submit/success/index",
  542. "type": "page",
  543. "style": {
  544. "navigationBarTitleText": "提交成功"
  545. }
  546. },
  547. {
  548. "path": "mine/homepage/consult/success/index",
  549. "type": "page",
  550. "style": {
  551. "navigationBarTitleText": "提交成功"
  552. }
  553. },
  554. {
  555. "path": "mine/scan/pay/success/index",
  556. "type": "page",
  557. "style": {
  558. "navigationBarTitleText": "",
  559. "navigationBarBackgroundColor": "#fff"
  560. }
  561. },
  562. {
  563. "path": "mine/setting/mobile/modify/index",
  564. "type": "page",
  565. "style": {
  566. "navigationBarTitleText": "修改手机号"
  567. }
  568. },
  569. {
  570. "path": "mine/refferrer/index",
  571. "type": "page",
  572. "style": {
  573. "navigationBarTitleText": "引荐奖励"
  574. }
  575. },
  576. {
  577. "path": "mine/refferrer/rule",
  578. "type": "page",
  579. "style": {
  580. "navigationBarTitleText": "规则说明"
  581. }
  582. },
  583. {
  584. "path": "mine/refferrer/details",
  585. "type": "page",
  586. "style": {
  587. "navigationBarTitleText": "明细",
  588. "navigationBarBackgroundColor": "#fff"
  589. }
  590. }
  591. ]
  592. }
  593. ],
  594. "pages": [
  595. {
  596. "path": "pages/home/index",
  597. "type": "home",
  598. "layout": "tabbar",
  599. "style": {
  600. "navigationStyle": "custom",
  601. "navigationBarTitleText": "首页"
  602. }
  603. },
  604. {
  605. "path": "pages/material/index",
  606. "type": "page",
  607. "layout": "tabbar",
  608. "style": {
  609. "navigationBarTitleText": "材料",
  610. "navigationStyle": "custom"
  611. }
  612. },
  613. {
  614. "path": "pages/messages/index",
  615. "type": "page",
  616. "layout": "tabbar",
  617. "style": {
  618. "navigationBarTitleText": "消息",
  619. "navigationBarBackgroundColor": "#fff"
  620. }
  621. },
  622. {
  623. "path": "pages/mine/index",
  624. "type": "page",
  625. "layout": "tabbar",
  626. "style": {
  627. "navigationBarTitleText": "我的",
  628. "navigationStyle": "custom"
  629. }
  630. },
  631. {
  632. "path": "pages/material/detail/index",
  633. "type": "page",
  634. "style": {
  635. "navigationStyle": "custom"
  636. }
  637. },
  638. {
  639. "path": "pages/material/mini-class/index",
  640. "type": "page",
  641. "style": {
  642. "navigationStyle": "custom",
  643. "navigationBarTitleText": "材料小课堂"
  644. }
  645. },
  646. {
  647. "path": "pages/material/recommend/index",
  648. "type": "page",
  649. "style": {
  650. "navigationBarBackgroundColor": "#fff",
  651. "navigationBarTitleText": "推荐材料商"
  652. }
  653. },
  654. {
  655. "path": "pages/material/settled-in/index",
  656. "type": "page",
  657. "style": {
  658. "navigationStyle": "custom"
  659. }
  660. },
  661. {
  662. "path": "pages/messages/detail/index",
  663. "type": "page",
  664. "style": {
  665. "navigationBarTitleText": "详情",
  666. "navigationBarBackgroundColor": "#fff"
  667. }
  668. }
  669. ]
  670. }