pages.json 15 KB

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