pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/favorite/favorite",
  12. "style": {
  13. "navigationBarTitleText": "我的收藏"
  14. }
  15. },
  16. {
  17. "path": "pages/cart/cart",
  18. "style": {
  19. "navigationBarTitleText": "购物车"
  20. }
  21. },
  22. {
  23. "path": "pages/article/article-list/article-list",
  24. "style": {
  25. "navigationBarTitleText": "文章中心"
  26. }
  27. },
  28. {
  29. "path": "pages/article/article-detail/article-detail",
  30. "style": {
  31. "navigationBarTitleText": "文章详情"
  32. }
  33. },
  34. {
  35. "path": "pages/binding/binding",
  36. "style": {
  37. "navigationBarTitleText": "绑定手机号"
  38. }
  39. },
  40. {
  41. "path": "pages/store/store",
  42. "style": {
  43. "navigationBarTitleText": "门店列表"
  44. }
  45. },
  46. {
  47. "path": "pages/store/detail",
  48. "style": {
  49. "navigationBarTitleText": "店铺详情"
  50. }
  51. },
  52. {
  53. "path": "pages/search/search",
  54. "style": {
  55. "navigationBarTitleText": "搜索页"
  56. }
  57. },
  58. {
  59. "path": "pages/video/video",
  60. "style": {
  61. "navigationBarTitleText": ""
  62. }
  63. },
  64. {
  65. "path": "pages/web/web",
  66. "style": {
  67. "navigationBarTitleText": "网页"
  68. }
  69. },
  70. {
  71. "path": "pages/comments/comments",
  72. "style": {
  73. "navigationBarTitleText": "全部评价"
  74. }
  75. },
  76. {
  77. "path": "pages/disabled/disabled",
  78. "style": {
  79. "navigationBarTitleText": "商城禁用"
  80. }
  81. },
  82. {
  83. "path": "pages/template/template",
  84. "style": {
  85. "navigationBarTitleText": "模板消息测试"
  86. }
  87. }
  88. ],
  89. "globalStyle": {
  90. "navigationBarTextStyle": "black",
  91. "navigationBarTitleText": "",
  92. "navigationBarBackgroundColor": "#F8F8F8",
  93. "backgroundColor": "#F8F8F8"
  94. },
  95. "navigateToMiniProgramAppIdList": [
  96. "wx3efb95b9c5579418"
  97. ],
  98. "subPackages": [
  99. {
  100. "root": "pages/foot",
  101. "pages": [
  102. {
  103. "path": "index/index",
  104. "style": {
  105. "navigationBarTitleText": "我的足迹"
  106. }
  107. },
  108. {
  109. "path": "summary/summary",
  110. "style": {
  111. "navigationBarTitleText": "账单总结"
  112. }
  113. }
  114. ]
  115. },
  116. {
  117. "root": "pages/coupon",
  118. "pages": [
  119. {
  120. "path": "list/list",
  121. "style": {
  122. "navigationBarTitleText": "领券中心"
  123. }
  124. },
  125. {
  126. "path": "details/details",
  127. "style": {
  128. "navigationBarTitleText": "优惠券详情"
  129. }
  130. },
  131. {
  132. "path": "index/index",
  133. "style": {
  134. "navigationBarTitleText": "我的优惠券"
  135. }
  136. }
  137. ]
  138. },
  139. {
  140. "root": "pages/cats",
  141. "pages": [
  142. {
  143. "path": "cats",
  144. "style": {
  145. "navigationBarTitleText": "分类"
  146. }
  147. }
  148. ]
  149. },
  150. {
  151. "root": "pages/card",
  152. "pages": [
  153. {
  154. "path": "index/index",
  155. "style": {
  156. "navigationBarTitleText": "我的卡券"
  157. }
  158. },
  159. {
  160. "path": "details/details",
  161. "style": {
  162. "navigationBarTitleText": "卡券详情"
  163. }
  164. },
  165. {
  166. "path": "clerk/clerk",
  167. "style": {
  168. "navigationBarTitleText": "核销卡券"
  169. }
  170. }
  171. ]
  172. },
  173. {
  174. "root": "pages/balance",
  175. "pages": [
  176. {
  177. "path": "recharge",
  178. "style": {
  179. "navigationBarTitleText": ""
  180. }
  181. },
  182. {
  183. "path": "balance",
  184. "style": {
  185. "navigationBarTitleText": "余额记录"
  186. }
  187. },
  188. {
  189. "path": "rules",
  190. "style": {
  191. "navigationBarTitleText": "余额说明"
  192. }
  193. },
  194. {
  195. "path": "detail",
  196. "style": {
  197. "navigationBarTitleText": "余额说明"
  198. }
  199. }
  200. ]
  201. },
  202. {
  203. "root": "pages/topic",
  204. "pages": [
  205. {
  206. "path": "list",
  207. "style": {
  208. "navigationBarTitleText": "专题列表"
  209. }
  210. },
  211. {
  212. "path": "topic",
  213. "style": {
  214. "navigationBarTitleText": "专题详情"
  215. }
  216. }
  217. ]
  218. },
  219. {
  220. "root": "pages/goods",
  221. "pages": [
  222. {
  223. "path": "list",
  224. "style": {
  225. "navigationBarTitleText": "商品列表"
  226. }
  227. },
  228. {
  229. "path": "goods",
  230. "style": {
  231. "navigationBarTitleText": "商品详情"
  232. }
  233. },
  234. {
  235. "path": "video",
  236. "style": {
  237. "navigationBarTitleText": "商品",
  238. "disableScroll": true,
  239. "app-plus": {
  240. "bounce": "none"
  241. }
  242. }
  243. }
  244. ]
  245. },
  246. {
  247. "root": "pages/member",
  248. "pages": [
  249. {
  250. "path": "index/index",
  251. "style": {
  252. "navigationBarTitleText": "会员中心"
  253. }
  254. },
  255. {
  256. "path": "rules/rules",
  257. "style": {
  258. "navigationBarTitleText": "会员中心"
  259. }
  260. },
  261. {
  262. "path": "upgrade/upgrade",
  263. "style": {
  264. "navigationBarTitleText": "升级会员"
  265. }
  266. },
  267. {
  268. "path": "detail/detail",
  269. "style": {
  270. "navigationBarTitleText": "会员特权说明"
  271. }
  272. }
  273. ]
  274. },
  275. {
  276. "root": "pages/user-center",
  277. "pages": [
  278. {
  279. "path": "user-center",
  280. "style": {
  281. "navigationBarTitleText": "中心"
  282. }
  283. },
  284. {
  285. "path": "integral-detail/integral-detail",
  286. "style": {
  287. "navigationBarTitleText": "积分明细"
  288. }
  289. }
  290. ]
  291. },
  292. {
  293. "root": "pages/address",
  294. "pages": [
  295. {
  296. "path": "address",
  297. "style": {
  298. "navigationBarTitleText": "收货地址"
  299. }
  300. },
  301. {
  302. "path": "address-edit",
  303. "style": {
  304. "navigationBarTitleText": "编辑地址"
  305. }
  306. }
  307. ]
  308. },
  309. {
  310. "root": "pages/share",
  311. "pages": [
  312. {
  313. "path": "index/index",
  314. "style": {
  315. "navigationBarTitleText": "分销中心"
  316. }
  317. },
  318. {
  319. "path": "add/add",
  320. "style": {
  321. "navigationBarTitleText": "分销商申请"
  322. }
  323. },
  324. {
  325. "path": "cash/cash",
  326. "style": {
  327. "navigationBarTitleText": "申请提现"
  328. }
  329. },
  330. {
  331. "path": "money/money",
  332. "style": {
  333. "navigationBarTitleText": "分销佣金"
  334. }
  335. },
  336. {
  337. "path": "order/order",
  338. "style": {
  339. "navigationBarTitleText": "分销订单"
  340. }
  341. },
  342. {
  343. "path": "cash-detail/cash-detail",
  344. "style": {
  345. "navigationBarTitleText": "提现明细"
  346. }
  347. },
  348. {
  349. "path": "team/team",
  350. "style": {
  351. "navigationBarTitleText": "我的团队"
  352. }
  353. },
  354. {
  355. "path": "qrcode/qrcode",
  356. "style": {
  357. "navigationBarTitleText": "推广二维码"
  358. }
  359. },
  360. {
  361. "path": "level/level",
  362. "style": {
  363. "navigationBarTitleText": "升级条件"
  364. }
  365. }
  366. ]
  367. },
  368. {
  369. "root": "pages/order-submit",
  370. "pages": [
  371. {
  372. "path": "order-submit",
  373. "style": {
  374. "navigationBarTitleText": "结算"
  375. }
  376. },
  377. {
  378. "path": "address-pick",
  379. "style": {
  380. "navigationBarTitleText": "选择地址"
  381. }
  382. },
  383. {
  384. "path": "store-pick",
  385. "style": {
  386. "navigationBarTitleText": "选择门店"
  387. }
  388. },
  389. {
  390. "path": "coupon-pick",
  391. "style": {
  392. "navigationBarTitleText": "选择优惠券"
  393. }
  394. },
  395. {
  396. "path": "pay-result",
  397. "style": {
  398. "navigationBarTitleText": "提交完成"
  399. }
  400. },
  401. {
  402. "path": "map",
  403. "style": {
  404. "navigationBarTitleText": "配送范围"
  405. }
  406. }
  407. ]
  408. },
  409. {
  410. "root": "plugins/clerk",
  411. "pages": [
  412. {
  413. "path": "index/index",
  414. "style": {
  415. "navigationBarTitleText": "核销首页"
  416. }
  417. },
  418. {
  419. "path": "statics/statics",
  420. "style": {
  421. "navigationBarTitleText": "核销统计"
  422. }
  423. },
  424. {
  425. "path": "order/order",
  426. "style": {
  427. "navigationBarTitleText": "核销订单"
  428. }
  429. },
  430. {
  431. "path": "detail/detail",
  432. "style": {
  433. "navigationBarTitleText": ""
  434. }
  435. }
  436. ]
  437. },
  438. {
  439. "root": "pages/order",
  440. "pages": [
  441. {
  442. "path": "index/index",
  443. "style": {
  444. "navigationBarTitleText": "我的订单"
  445. }
  446. },
  447. {
  448. "path": "order-detail/order-detail",
  449. "style": {
  450. "navigationBarTitleText": "订单详情"
  451. }
  452. },
  453. {
  454. "path": "express-detail/express-detail",
  455. "style": {
  456. "navigationBarTitleText": "物流详情"
  457. }
  458. },
  459. {
  460. "path": "refund/refund",
  461. "style": {
  462. "navigationBarTitleText": "订单售后"
  463. }
  464. },
  465. {
  466. "path": "refund/index",
  467. "style": {
  468. "navigationBarTitleText": "售后列表"
  469. }
  470. },
  471. {
  472. "path": "refund-detail/refund-detail",
  473. "style": {
  474. "navigationBarTitleText": "订单售后"
  475. }
  476. },
  477. {
  478. "path": "clerk/clerk",
  479. "style": {
  480. "navigationBarTitleText": "订单核销"
  481. }
  482. },
  483. {
  484. "path": "appraise/appraise",
  485. "style": {
  486. "navigationBarTitleText": "订单评价"
  487. }
  488. },
  489. {
  490. "path": "appraise-finish/index",
  491. "style": {
  492. "navigationBarTitleText": "评价完成"
  493. }
  494. },
  495. {
  496. "path": "express-list/express-list",
  497. "style": {
  498. "navigationBarTitleText": "物流列表"
  499. }
  500. }
  501. ]
  502. },
  503. {
  504. "root": "plugins/book",
  505. "pages": [
  506. {
  507. "path": "index/index",
  508. "style": {
  509. "navigationBarTitleText": "预约首页"
  510. }
  511. },
  512. {
  513. "path": "goods/goods",
  514. "style": {
  515. "navigationBarTitleText": "商品详情"
  516. }
  517. },
  518. {
  519. "path": "orderDetails/orderDetails",
  520. "style": {
  521. "navigationBarTitleText": "订单详情"
  522. }
  523. },
  524. {
  525. "path": "order/order",
  526. "style": {
  527. "navigationBarTitleText": "订单列表"
  528. }
  529. },
  530. {
  531. "path": "reservationList/reservationList",
  532. "style": {
  533. "navigationBarTitleText": "我的预约"
  534. }
  535. }
  536. ]
  537. }
  538. ]
  539. }