pages.json 15 KB

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