pages.json 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276
  1. {
  2. "pages": [
  3. // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "app/pages/index/index",
  6. "style": {
  7. // #ifndef H5
  8. "navigationStyle": "custom",
  9. // #endif
  10. "navigationBarTitleText": "%pages.index.index%"
  11. }
  12. },
  13. {
  14. "path": "app/pages/auth/index",
  15. "style": {
  16. // #ifndef H5
  17. "navigationStyle": "custom",
  18. // #endif
  19. "navigationBarTitleText": "%pages.auth.index%"
  20. }
  21. },
  22. {
  23. "path": "app/pages/auth/agreement",
  24. "style": {
  25. "navigationBarTitleText": "%pages.auth.agreement%"
  26. }
  27. },
  28. {
  29. "path": "app/pages/auth/bind",
  30. "style": {
  31. // #ifndef H5
  32. "navigationStyle": "custom",
  33. // #endif
  34. "navigationBarTitleText": "%pages.auth.bind%"
  35. }
  36. },
  37. {
  38. "path": "app/pages/auth/login",
  39. "style": {
  40. // #ifndef H5
  41. "navigationStyle": "custom",
  42. // #endif
  43. "navigationBarTitleText": "%pages.auth.login%"
  44. }
  45. },
  46. {
  47. "path": "app/pages/auth/register",
  48. "style": {
  49. // #ifndef H5
  50. "navigationStyle": "custom",
  51. // #endif
  52. "navigationBarTitleText": "%pages.auth.register%"
  53. }
  54. },
  55. {
  56. "path": "app/pages/auth/resetpwd",
  57. "style": {
  58. // #ifndef H5
  59. "navigationStyle": "custom",
  60. // #endif
  61. "navigationBarTitleText": "%pages.auth.resetpwd%"
  62. }
  63. },
  64. {
  65. "path": "app/pages/index/diy",
  66. "style": {
  67. // #ifndef H5
  68. "navigationStyle": "custom",
  69. // #endif
  70. "navigationBarTitleText": "%pages.index.diy%"
  71. }
  72. },
  73. {
  74. "path": "app/pages/index/diy_form",
  75. "style": {
  76. // #ifndef H5
  77. "navigationStyle": "custom",
  78. // #endif
  79. "navigationBarTitleText": "%pages.index.diy_form%"
  80. }
  81. },
  82. {
  83. "path": "app/pages/index/diy_form_result",
  84. "style": {
  85. // #ifndef H5
  86. "navigationStyle": "custom",
  87. // #endif
  88. "navigationBarTitleText": "%pages.index.diy_form_result%"
  89. },
  90. "needLogin": true
  91. },
  92. {
  93. "path": "app/pages/index/diy_form_detail",
  94. "style": {
  95. "navigationBarTitleText": "%pages.index.diy_form_detail%"
  96. },
  97. "needLogin": true
  98. },
  99. {
  100. "path": "app/pages/index/close",
  101. "style": {
  102. "navigationBarTitleText": "%pages.index.close%"
  103. }
  104. },
  105. {
  106. "path": "app/pages/index/nosite",
  107. "style": {
  108. "navigationBarTitleText": "%pages.index.nosite%"
  109. }
  110. },
  111. {
  112. "path": "app/pages/pay/browser",
  113. "style": {
  114. "navigationBarTitleText": "%pages.pay.browser%"
  115. }
  116. },
  117. {
  118. "path": "app/pages/pay/result",
  119. "style": {
  120. // #ifndef H5
  121. "navigationStyle": "custom",
  122. // #endif
  123. "navigationBarTitleText": "%pages.pay.result%"
  124. }
  125. },
  126. {
  127. "path": "app/pages/setting/index",
  128. "style": {
  129. "navigationBarTitleText": "%pages.setting.index%"
  130. },
  131. "needLogin": true
  132. },
  133. {
  134. "path": "app/pages/webview/index",
  135. "style": {
  136. "navigationBarTitleText": "%pages.webview.index%"
  137. }
  138. },
  139. {
  140. "path": "app/pages/verify/index",
  141. "style": {
  142. "navigationBarTitleText": "%pages.verify.index%"
  143. },
  144. "needLogin": true
  145. },
  146. {
  147. "path": "app/pages/verify/verify",
  148. "style": {
  149. "navigationBarTitleText": "%pages.verify.verify%"
  150. },
  151. "needLogin": true
  152. },
  153. {
  154. "path": "app/pages/verify/detail",
  155. "style": {
  156. "navigationBarTitleText": "%pages.verify.detail%"
  157. },
  158. "needLogin": true
  159. },
  160. {
  161. "path": "app/pages/verify/record",
  162. "style": {
  163. "navigationBarTitleText": "%pages.verify.record%"
  164. },
  165. "needLogin": true
  166. },
  167. {
  168. "path": "app/pages/weapp/order_shipping",
  169. "style": {
  170. "navigationBarTitleText": "%pages.weapp.order_shipping%"
  171. }
  172. },
  173. {
  174. "path": "app/pages/friendspay/share",
  175. "style": {
  176. // #ifndef H5
  177. "navigationStyle": "custom",
  178. // #endif
  179. "navigationBarTitleText": "%pages.friendspay.share%"
  180. },
  181. "needLogin": true
  182. },
  183. {
  184. "path": "app/pages/friendspay/money",
  185. "style": {
  186. // #ifndef H5
  187. "navigationStyle": "custom",
  188. // #endif
  189. "navigationBarTitleText": "%pages.friendspay.money%"
  190. }
  191. }
  192. ],
  193. "subPackages": [
  194. // {{ PAGE_BEGAIN }}
  195. // SECKILL_PAGE_BEGIN
  196. // *********************************** seckill ***********************************
  197. {
  198. "root": "addon/seckill",
  199. "pages": [
  200. {
  201. "path": "pages/index",
  202. "style": {
  203. // #ifndef H5
  204. "navigationStyle": "custom",
  205. // #endif
  206. "navigationBarTitleText": "%seckill.pages.index%"
  207. }
  208. },
  209. {
  210. "path": "pages/goods/list",
  211. "style": {
  212. // #ifndef H5
  213. "navigationStyle": "custom",
  214. // #endif
  215. "navigationBarTitleText": "%seckill.pages.goods.list%"
  216. }
  217. },
  218. {
  219. "path": "pages/goods/detail",
  220. "style": {
  221. // #ifndef H5
  222. "navigationStyle": "custom",
  223. // #endif
  224. "navigationBarTitleText": "%seckill.pages.goods.detail%"
  225. }
  226. },
  227. {
  228. "path": "pages/order/payment",
  229. "style": {
  230. // #ifndef H5
  231. "navigationStyle": "custom",
  232. // #endif
  233. "navigationBarTitleText": "%seckill.pages.order.payment%"
  234. },
  235. "needLogin": true
  236. },
  237. {
  238. "path": "pages/member/index",
  239. "style": {
  240. // #ifndef H5
  241. "navigationStyle": "custom",
  242. // #endif
  243. "navigationBarTitleText": "%seckill.pages.member.index%"
  244. }
  245. },
  246. {
  247. "path": "pages/order/detail",
  248. "style": {
  249. // #ifndef H5
  250. "navigationStyle": "custom",
  251. // #endif
  252. "navigationBarTitleText": "%seckill.pages.order.detail%"
  253. },
  254. "needLogin": true
  255. },
  256. {
  257. "path": "pages/order/list",
  258. "style": {
  259. "navigationBarTitleText": "%seckill.pages.order.list%"
  260. },
  261. "needLogin": true
  262. },
  263. {
  264. "path": "pages/refund/detail",
  265. "style": {
  266. // #ifndef H5
  267. "navigationStyle": "custom",
  268. // #endif
  269. "navigationBarTitleText": "%seckill.pages.refund.detail%"
  270. },
  271. "needLogin": true
  272. },
  273. {
  274. "path": "pages/refund/list",
  275. "style": {
  276. "navigationBarTitleText": "%seckill.pages.refund.list%"
  277. },
  278. "needLogin": true
  279. },
  280. {
  281. "path": "pages/refund/log",
  282. "style": {
  283. "navigationBarTitleText": "%seckill.pages.refund.log%"
  284. },
  285. "needLogin": true
  286. },
  287. {
  288. "path": "pages/refund/apply",
  289. "style": {
  290. "navigationBarTitleText": "%seckill.pages.refund.apply%"
  291. },
  292. "needLogin": true
  293. },
  294. {
  295. "path": "pages/refund/edit_apply",
  296. "style": {
  297. "navigationBarTitleText": "%seckill.pages.refund.edit_apply%"
  298. },
  299. "needLogin": true
  300. },
  301. {
  302. "path": "pages/order/card_record",
  303. "style": {
  304. "navigationBarTitleText": "%seckill.pages.order.card_record%"
  305. },
  306. "needLogin": true
  307. }
  308. ]
  309. },
  310. // SECKILL_PAGE_END
  311. // CMS_PAGE_BEGIN
  312. {
  313. "root": "addon/cms",
  314. "pages": [{
  315. "path": "pages/list",
  316. "style": {
  317. "navigationBarTitleText": "%cms.pages.list%"
  318. }
  319. },
  320. {
  321. "path": "pages/detail",
  322. "style": {
  323. "navigationBarTitleText": "%cms.pages.detail%"
  324. }
  325. }
  326. ]
  327. },
  328. // CMS_PAGE_END
  329. // SHOP_PAGE_BEGIN
  330. {
  331. "root": "addon/shop",
  332. "pages": [
  333. // *********************************** 商城 ***********************************
  334. {
  335. "path": "pages/index",
  336. "style": {
  337. // #ifndef H5
  338. "navigationStyle": "custom",
  339. // #endif
  340. "navigationBarTitleText": "%shop.pages.index%"
  341. }
  342. },
  343. {
  344. "path": "pages/coupon/list",
  345. "style": {
  346. // #ifndef H5
  347. "navigationStyle": "custom",
  348. // #endif
  349. "navigationBarTitleText": "%shop.pages.coupon.list%"
  350. }
  351. },
  352. {
  353. "path": "pages/coupon/detail",
  354. "style": {
  355. // #ifndef H5
  356. "navigationStyle": "custom",
  357. // #endif
  358. "navigationBarTitleText": "%shop.pages.coupon.detail%"
  359. }
  360. },
  361. {
  362. "path": "pages/discount/list",
  363. "style": {
  364. // #ifndef H5
  365. "navigationStyle": "custom",
  366. // #endif
  367. "navigationBarTitleText": "%shop.pages.discount.list%"
  368. }
  369. },
  370. {
  371. "path": "pages/evaluate/list",
  372. "style": {
  373. "navigationBarTitleText": "%shop.pages.evaluate.list%"
  374. }
  375. },
  376. {
  377. "path": "pages/evaluate/order_evaluate",
  378. "style": {
  379. "navigationBarTitleText": "%shop.pages.evaluate.order_evaluate%"
  380. }
  381. },
  382. {
  383. "path": "pages/evaluate/order_evaluate_view",
  384. "style": {
  385. "navigationBarTitleText": "%shop.pages.evaluate.order_evaluate_view%"
  386. }
  387. },
  388. {
  389. "path": "pages/member/my_coupon",
  390. "style": {
  391. "navigationBarTitleText": "%shop.pages.member.my_coupon%"
  392. },
  393. "needLogin": true
  394. },
  395. {
  396. "path": "pages/member/index",
  397. "style": {
  398. // #ifndef H5
  399. "navigationStyle": "custom",
  400. // #endif
  401. "navigationBarTitleText": "%shop.pages.member.index%"
  402. }
  403. },
  404. {
  405. "path": "pages/goods/search",
  406. "style": {
  407. "navigationBarTitleText": "%shop.pages.goods.search%"
  408. }
  409. },
  410. {
  411. "path": "pages/goods/list",
  412. "style": {
  413. "navigationBarTitleText": "%shop.pages.goods.list%"
  414. }
  415. },
  416. {
  417. "path": "pages/goods/rank",
  418. "style": {
  419. // #ifndef H5
  420. "navigationStyle": "custom",
  421. // #endif
  422. "navigationBarTitleText": "%shop.pages.goods.rank%"
  423. }
  424. },
  425. {
  426. "path": "pages/newcomer/list",
  427. "style": {
  428. // #ifndef H5
  429. "navigationStyle": "custom",
  430. // #endif
  431. "navigationBarTitleText": "%shop.pages.newcomer.list%"
  432. }
  433. },
  434. {
  435. "path": "pages/goods/detail",
  436. "style": {
  437. "navigationBarTitleText": "%shop.pages.goods.detail%",
  438. "navigationStyle": "custom"
  439. }
  440. },
  441. {
  442. "path": "pages/goods/cart",
  443. "style": {
  444. // #ifndef H5
  445. "navigationStyle": "custom",
  446. // #endif
  447. "navigationBarTitleText": "%shop.pages.goods.cart%"
  448. }
  449. },
  450. {
  451. "path": "pages/goods/collect",
  452. "style": {
  453. "navigationBarTitleText": "%shop.pages.goods.collect%"
  454. },
  455. "needLogin": true
  456. },
  457. {
  458. "path": "pages/goods/browse",
  459. "style": {
  460. "navigationBarTitleText": "%shop.pages.goods.browse%"
  461. },
  462. "needLogin": true
  463. },
  464. {
  465. "path": "pages/goods/category",
  466. "style": {
  467. // #ifndef H5
  468. "navigationStyle": "custom",
  469. // #endif
  470. "navigationBarTitleText": "%shop.pages.goods.category%"
  471. }
  472. },
  473. {
  474. "path": "pages/order/detail",
  475. "style": {
  476. // #ifndef H5
  477. "navigationStyle": "custom",
  478. // #endif
  479. "navigationBarTitleText": "%shop.pages.order.detail%"
  480. },
  481. "needLogin": true
  482. },
  483. {
  484. "path": "pages/order/list",
  485. "style": {
  486. "navigationBarTitleText": "%shop.pages.order.list%"
  487. },
  488. "needLogin": true
  489. },
  490. {
  491. "path": "pages/order/payment",
  492. "style": {
  493. // #ifndef H5
  494. "navigationStyle": "custom",
  495. // #endif
  496. "navigationBarTitleText": "%shop.pages.order.payment%"
  497. },
  498. "needLogin": true
  499. },
  500. {
  501. "path": "pages/refund/apply",
  502. "style": {
  503. "navigationBarTitleText": "%shop.pages.refund.apply%"
  504. },
  505. "needLogin": true
  506. },
  507. {
  508. "path": "pages/refund/edit_apply",
  509. "style": {
  510. "navigationBarTitleText": "%shop.pages.refund.edit_apply%"
  511. },
  512. "needLogin": true
  513. },
  514. {
  515. "path": "pages/refund/list",
  516. "style": {
  517. "navigationBarTitleText": "%shop.pages.refund.list%"
  518. },
  519. "needLogin": true
  520. },
  521. {
  522. "path": "pages/refund/detail",
  523. "style": {
  524. // #ifndef H5
  525. "navigationStyle": "custom",
  526. // #endif
  527. "navigationBarTitleText": "%shop.pages.refund.detail%"
  528. },
  529. "needLogin": true
  530. },
  531. {
  532. "path": "pages/refund/log",
  533. "style": {
  534. "navigationBarTitleText": "%shop.pages.refund.log%"
  535. },
  536. "needLogin": true
  537. },
  538. {
  539. "path": "pages/point/index",
  540. "style": {
  541. // #ifndef H5
  542. "navigationStyle": "custom",
  543. // #endif
  544. "navigationBarTitleText": "%shop.pages.point.index%"
  545. }
  546. },
  547. {
  548. "path": "pages/point/list",
  549. "style": {
  550. "navigationBarTitleText": "%shop.pages.point.list%"
  551. }
  552. },
  553. {
  554. "path": "pages/point/detail",
  555. "style": {
  556. "navigationStyle": "custom",
  557. "navigationBarTitleText": "%shop.pages.point.detail%"
  558. }
  559. },
  560. {
  561. "path": "pages/point/payment",
  562. "style": {
  563. // #ifndef H5
  564. "navigationStyle": "custom",
  565. // #endif
  566. "navigationBarTitleText": "%shop.pages.point.payment%"
  567. }
  568. },
  569. {
  570. "path": "pages/point/order_list",
  571. "style": {
  572. "navigationBarTitleText": "%shop.pages.point.order_list%"
  573. }
  574. }
  575. ]
  576. },
  577. // SHOP_PAGE_END
  578. // SOW_COMMUNITY_PAGE_BEGIN
  579. {
  580. "root": "addon/sow_community",
  581. "pages": [{
  582. "path": "pages/index",
  583. "style": {
  584. // #ifndef H5
  585. "navigationStyle": "custom",
  586. // #endif
  587. "navigationBarTitleText": "%sow_community.pages.index%"
  588. }
  589. },
  590. {
  591. "path": "pages/search",
  592. "style": {
  593. "navigationBarTitleText": "%sow_community.pages.search%"
  594. }
  595. },
  596. {
  597. "path": "pages/image/detail",
  598. "style": {
  599. "navigationBarTitleText": "%sow_community.pages.image.detail%"
  600. }
  601. },
  602. {
  603. "path": "pages/video/detail",
  604. "style": {
  605. // #ifndef H5
  606. "navigationStyle": "custom",
  607. // #endif
  608. "navigationBarTitleText": "%sow_community.pages.video.detail%"
  609. }
  610. },
  611. {
  612. "path": "pages/member",
  613. "style": {
  614. // #ifndef H5
  615. "navigationStyle": "custom",
  616. // #endif
  617. "navigationBarTitleText": "%sow_community.pages.member%"
  618. }
  619. },
  620. {
  621. "path": "pages/topic_list",
  622. "style": {
  623. "navigationBarTitleText": "%sow_community.pages.topic_list%"
  624. }
  625. },
  626. {
  627. "path": "pages/create",
  628. "style": {
  629. "navigationBarTitleText": "%sow_community.pages.create%"
  630. },
  631. "needLogin": true
  632. },
  633. {
  634. "path": "pages/follow",
  635. "style": {
  636. "navigationBarTitleText": "%sow_community.pages.follow%"
  637. },
  638. "needLogin": true
  639. },
  640. {
  641. "path": "pages/sow_show",
  642. "style": {
  643. "navigationBarTitleText": "%sow_community.pages.sow_show%"
  644. }
  645. }
  646. ]
  647. },
  648. // SOW_COMMUNITY_PAGE_END
  649. // RECHARGE_PAGE_BEGIN
  650. {
  651. "root": "addon/recharge",
  652. "pages": [{
  653. "path": "pages/recharge",
  654. "style": {
  655. "navigationBarTitleText": "%recharge.pages.recharge%"
  656. },
  657. "needLogin": true
  658. },
  659. {
  660. "path": "pages/recharge_record",
  661. "style": {
  662. "navigationBarTitleText": "%recharge.pages.recharge_record%"
  663. },
  664. "needLogin": true
  665. },
  666. {
  667. "path": "pages/recharge_record_detail",
  668. "style": {
  669. "navigationBarTitleText": "%recharge.pages.recharge_record_detail%"
  670. },
  671. "needLogin": true
  672. }
  673. ]
  674. },
  675. // RECHARGE_PAGE_END
  676. // SHOP_FENXIAO_PAGE_BEGIN
  677. {
  678. "root": "addon/shop_fenxiao",
  679. "pages": [
  680. // *********************************** 商城分销 ***********************************
  681. {
  682. "path": "pages/index",
  683. "style": {
  684. // #ifndef H5
  685. "navigationStyle": "custom",
  686. // #endif
  687. "navigationBarTitleText": "%shop_fenxiao.pages.index%"
  688. },
  689. "needLogin": true
  690. },
  691. {
  692. "path": "pages/zone",
  693. "style": {
  694. // #ifndef H5
  695. "navigationStyle": "custom",
  696. // #endif
  697. "navigationBarTitleText": "%shop_fenxiao.pages.zone%"
  698. }
  699. },
  700. {
  701. "path": "pages/level",
  702. "style": {
  703. // #ifndef H5
  704. "navigationStyle": "custom",
  705. // #endif
  706. "navigationBarTitleText": "%shop_fenxiao.pages.level%"
  707. },
  708. "needLogin": true
  709. },
  710. {
  711. "path": "pages/child_fenxiao",
  712. "style": {
  713. "navigationBarTitleText": "%shop_fenxiao.pages.child_fenxiao%"
  714. },
  715. "needLogin": true
  716. },
  717. {
  718. "path": "pages/goods",
  719. "style": {
  720. // #ifndef H5
  721. "navigationStyle": "custom",
  722. // #endif
  723. "navigationBarTitleText": "%shop_fenxiao.pages.goods%"
  724. }
  725. },
  726. {
  727. "path": "pages/team",
  728. "style": {
  729. "navigationBarTitleText": "%shop_fenxiao.pages.team%"
  730. },
  731. "needLogin": true
  732. },
  733. {
  734. "path": "pages/agent_list",
  735. "style": {
  736. "navigationBarTitleText": "%shop_fenxiao.pages.agent_list%"
  737. },
  738. "needLogin": true
  739. },
  740. {
  741. "path": "pages/team_dividend",
  742. "style": {
  743. "navigationBarTitleText": "%shop_fenxiao.pages.team_dividend%"
  744. },
  745. "needLogin": true
  746. },
  747. {
  748. "path": "pages/order",
  749. "style": {
  750. "navigationBarTitleText": "%shop_fenxiao.pages.order%"
  751. },
  752. "needLogin": true
  753. },
  754. {
  755. "path": "pages/apply",
  756. "style": {
  757. // #ifndef H5
  758. "navigationStyle": "custom",
  759. // #endif
  760. "navigationBarTitleText": "%shop_fenxiao.pages.apply%"
  761. },
  762. "needLogin": true
  763. },
  764. {
  765. "path": "pages/task_rewards",
  766. "style": {
  767. // #ifndef H5
  768. "navigationStyle": "custom",
  769. // #endif
  770. "navigationBarTitleText": "%shop_fenxiao.pages.task_rewards%"
  771. },
  772. "needLogin": true
  773. },
  774. {
  775. "path": "pages/task_detail",
  776. "style": {
  777. // #ifndef H5
  778. "navigationStyle": "custom",
  779. // #endif
  780. "navigationBarTitleText": "%shop_fenxiao.pages.task_detail%"
  781. },
  782. "needLogin": true
  783. },
  784. {
  785. "path": "pages/task_rewards_detail",
  786. "style": {
  787. "navigationBarTitleText": "%shop_fenxiao.pages.task_rewards_detail%"
  788. },
  789. "needLogin": true
  790. },
  791. {
  792. "path": "pages/sale",
  793. "style": {
  794. // #ifndef H5
  795. "navigationStyle": "custom",
  796. // #endif
  797. "navigationBarTitleText": "%shop_fenxiao.pages.sale%"
  798. },
  799. "needLogin": true
  800. },
  801. {
  802. "path": "pages/sale_detail",
  803. "style": {
  804. "navigationBarTitleText": "%shop_fenxiao.pages.sale_detail%"
  805. },
  806. "needLogin": true
  807. },
  808. {
  809. "path": "pages/sale_ranking",
  810. "style": {
  811. "navigationBarTitleText": "%shop_fenxiao.pages.sale_ranking%"
  812. },
  813. "needLogin": true
  814. },
  815. {
  816. "path": "pages/promote",
  817. "style": {
  818. "navigationBarTitleText": "%shop_fenxiao.pages.promote%"
  819. },
  820. "needLogin": true
  821. },
  822. {
  823. "path": "pages/promote_code",
  824. "style": {
  825. "navigationBarTitleText": "%shop_fenxiao.pages.promote_code%"
  826. }
  827. }
  828. ]
  829. },
  830. // SHOP_FENXIAO_PAGE_END
  831. // SHOP_GIFTCARD_PAGE_BEGIN
  832. {
  833. "root": "addon/shop_giftcard",
  834. "pages": [
  835. // *********************************** 礼品卡 ***********************************
  836. {
  837. "path": "pages/index",
  838. "style": {
  839. // #ifndef H5
  840. "navigationStyle": "custom",
  841. // #endif
  842. "navigationBarTitleText": "%shop_giftcard.pages.index%"
  843. }
  844. },
  845. {
  846. "path": "pages/list",
  847. "style": {
  848. // #ifndef H5
  849. "navigationStyle": "custom",
  850. // #endif
  851. "navigationBarTitleText": "%shop_giftcard.pages.list%"
  852. }
  853. },
  854. {
  855. "path": "pages/detail",
  856. "style": {
  857. "navigationBarTitleText": "%shop_giftcard.pages.detail%"
  858. }
  859. },
  860. {
  861. "path": "pages/order_list",
  862. "style": {
  863. "navigationBarTitleText": "%shop_giftcard.pages.order_list%"
  864. },
  865. "needLogin": true
  866. },
  867. {
  868. "path": "pages/order_detail",
  869. "style": {
  870. "navigationBarTitleText": "%shop_giftcard.pages.order_detail%"
  871. },
  872. "needLogin": true
  873. },
  874. {
  875. "path": "pages/member",
  876. "style": {
  877. // #ifndef H5
  878. "navigationStyle": "custom",
  879. // #endif
  880. "navigationBarTitleText": "%shop_giftcard.pages.member%"
  881. }
  882. },
  883. {
  884. "path": "pages/my_card_list",
  885. "style": {
  886. // #ifndef H5
  887. "navigationStyle": "custom",
  888. // #endif
  889. "navigationBarTitleText": "%shop_giftcard.pages.my_card_list%"
  890. },
  891. "needLogin": true
  892. },
  893. {
  894. "path": "pages/card_bag",
  895. "style": {
  896. "navigationBarTitleText": "%shop_giftcard.pages.card_bag%"
  897. },
  898. "needLogin": true
  899. },
  900. {
  901. "path": "pages/activate",
  902. "style": {
  903. // #ifndef H5
  904. "navigationStyle": "custom",
  905. // #endif
  906. "navigationBarTitleText": "%shop_giftcard.pages.activate%"
  907. }
  908. },
  909. {
  910. "path": "pages/receive_list",
  911. "style": {
  912. "navigationBarTitleText": "%shop_giftcard.pages.receive_list%"
  913. },
  914. "needLogin": true
  915. },
  916. {
  917. "path": "pages/give_list",
  918. "style": {
  919. "navigationBarTitleText": "%shop_giftcard.pages.give_list%"
  920. },
  921. "needLogin": true
  922. },
  923. {
  924. "path": "pages/give_detail",
  925. "style": {
  926. "navigationBarTitleText": "%shop_giftcard.pages.give_detail%"
  927. },
  928. "needLogin": true
  929. },
  930. {
  931. "path": "pages/give",
  932. "style": {
  933. "navigationBarTitleText": "%shop_giftcard.pages.give%"
  934. },
  935. "needLogin": true
  936. },
  937. {
  938. "path": "pages/receive_info",
  939. "style": {
  940. "navigationBarTitleText": "%shop_giftcard.pages.receive_info%"
  941. }
  942. },
  943. {
  944. "path": "pages/use_card",
  945. "style": {
  946. "navigationBarTitleText": "%shop_giftcard.pages.use_card%"
  947. },
  948. "needLogin": true
  949. },
  950. {
  951. "path": "pages/use_goods_select",
  952. "style": {
  953. "navigationBarTitleText": "%shop_giftcard.pages.use_goods_select%"
  954. },
  955. "needLogin": true
  956. },
  957. {
  958. "path": "pages/payment",
  959. "style": {
  960. "navigationBarTitleText": "%shop_giftcard.pages.payment%"
  961. },
  962. "needLogin": true
  963. }
  964. ]
  965. },
  966. // SHOP_GIFTCARD_PAGE_END
  967. // PINTUAN_PAGE_BEGIN
  968. // *********************************** pintuan ***********************************
  969. {
  970. "root": "addon/pintuan",
  971. "pages": [
  972. {
  973. "path": "pages/index",
  974. "style": {
  975. // #ifndef H5
  976. "navigationStyle": "custom",
  977. // #endif
  978. "navigationBarTitleText": "%pintuan.pages.index%"
  979. }
  980. },
  981. {
  982. "path": "pages/goods/list",
  983. "style": {
  984. // #ifndef H5
  985. "navigationStyle": "custom",
  986. // #endif
  987. "navigationBarTitleText": "%pintuan.pages.goods.list%"
  988. }
  989. },
  990. {
  991. "path": "pages/goods/detail",
  992. "style": {
  993. // #ifndef H5
  994. "navigationStyle": "custom",
  995. // #endif
  996. "navigationBarTitleText": "%pintuan.pages.goods.detail%"
  997. }
  998. },
  999. {
  1000. "path": "pages/my_spell",
  1001. "style": {
  1002. // #ifndef H5
  1003. "navigationStyle": "custom",
  1004. // #endif
  1005. "navigationBarTitleText": "%pintuan.pages.my_spell%"
  1006. },
  1007. "needLogin": true
  1008. },
  1009. {
  1010. "path": "pages/member/index",
  1011. "style": {
  1012. // #ifndef H5
  1013. "navigationStyle": "custom",
  1014. // #endif
  1015. "navigationBarTitleText": "%pintaun.pages.member.index%"
  1016. }
  1017. },
  1018. {
  1019. "path": "pages/share",
  1020. "style": {
  1021. // #ifndef H5
  1022. "navigationStyle": "custom",
  1023. // #endif
  1024. "navigationBarTitleText": "%pintuan.pages.share%"
  1025. },
  1026. "needLogin": true
  1027. },
  1028. {
  1029. "path": "pages/order/detail",
  1030. "style": {
  1031. // #ifndef H5
  1032. "navigationStyle": "custom",
  1033. // #endif
  1034. "navigationBarTitleText": "%pintuan.pages.order.detail%"
  1035. },
  1036. "needLogin": true
  1037. },
  1038. {
  1039. "path": "pages/order/list",
  1040. "style": {
  1041. "navigationBarTitleText": "%pintuan.pages.order.list%"
  1042. },
  1043. "needLogin": true
  1044. },
  1045. {
  1046. "path": "pages/order/payment",
  1047. "style": {
  1048. // #ifndef H5
  1049. "navigationStyle": "custom",
  1050. // #endif
  1051. "navigationBarTitleText": "%pintuan.pages.order.payment%"
  1052. },
  1053. "needLogin": true
  1054. },
  1055. {
  1056. "path": "pages/refund/apply",
  1057. "style": {
  1058. "navigationBarTitleText": "%pintuan.pages.refund.apply%"
  1059. },
  1060. "needLogin": true
  1061. },
  1062. {
  1063. "path": "pages/refund/detail",
  1064. "style": {
  1065. // #ifndef H5
  1066. "navigationStyle": "custom",
  1067. // #endif
  1068. "navigationBarTitleText": "%pintuan.pages.refund.detail%"
  1069. },
  1070. "needLogin": true
  1071. },
  1072. {
  1073. "path": "pages/refund/list",
  1074. "style": {
  1075. "navigationBarTitleText": "%pintuan.pages.refund.list%"
  1076. },
  1077. "needLogin": true
  1078. },
  1079. {
  1080. "path": "pages/refund/edit_apply",
  1081. "style": {
  1082. "navigationBarTitleText": "%pintuan.pages.refund.edit_apply%"
  1083. },
  1084. "needLogin": true
  1085. }, {
  1086. "path": "pages/refund/log",
  1087. "style": {
  1088. "navigationBarTitleText": "%pintuan.pages.refund.log%"
  1089. },
  1090. "needLogin": true
  1091. },
  1092. {
  1093. "path": "pages/order/card_record",
  1094. "style": {
  1095. "navigationBarTitleText": "%pintuan.pages.order.card_record%"
  1096. },
  1097. "needLogin": true
  1098. }
  1099. ]
  1100. },
  1101. // PINTUAN_PAGE_END
  1102. // {{ PAGE_END }}
  1103. {
  1104. "root": "app/pages/member",
  1105. "pages": [
  1106. {
  1107. "path": "apply_cash_out",
  1108. "style": {
  1109. "navigationBarTitleText": "%pages.member.apply_cash_out%"
  1110. },
  1111. "needLogin": true
  1112. },
  1113. {
  1114. "path": "commission",
  1115. "style": {
  1116. // #ifndef H5
  1117. "navigationStyle": "custom",
  1118. // #endif
  1119. "navigationBarTitleText": "%pages.member.commission%"
  1120. },
  1121. "needLogin": true
  1122. },
  1123. {
  1124. "path": "balance",
  1125. "style": {
  1126. // #ifndef H5
  1127. "navigationStyle": "custom",
  1128. // #endif
  1129. "navigationBarTitleText": "%pages.member.balance%"
  1130. },
  1131. "needLogin": true
  1132. },
  1133. {
  1134. "path": "level",
  1135. "style": {
  1136. // #ifndef H5
  1137. "navigationStyle": "custom",
  1138. // #endif
  1139. "navigationBarTitleText": "%pages.member.level%"
  1140. },
  1141. "needLogin": true
  1142. },
  1143. {
  1144. "path": "detailed_account",
  1145. "style": {
  1146. "navigationBarTitleText": "%pages.member.detailed_account%"
  1147. }
  1148. },
  1149. {
  1150. "path": "cash_out",
  1151. "style": {
  1152. "navigationBarTitleText": "%pages.member.cash_out%"
  1153. }
  1154. },
  1155. {
  1156. "path": "cash_out_detail",
  1157. "style": {
  1158. "navigationBarTitleText": "%pages.member.cash_out_detail%"
  1159. }
  1160. },
  1161. {
  1162. "path": "index",
  1163. "style": {
  1164. // #ifndef H5
  1165. "navigationStyle": "custom",
  1166. // #endif
  1167. "navigationBarTitleText": "%pages.member.index%"
  1168. }
  1169. },
  1170. {
  1171. "path": "personal",
  1172. "style": {
  1173. "navigationBarTitleText": "%pages.member.personal%"
  1174. },
  1175. "needLogin": true
  1176. },
  1177. {
  1178. "path": "personal_form",
  1179. "style": {
  1180. // #ifndef H5
  1181. "navigationStyle": "custom",
  1182. // #endif
  1183. "navigationBarTitleText": "%pages.member.personal_form%"
  1184. },
  1185. "needLogin": true
  1186. },
  1187. {
  1188. "path": "point",
  1189. "style": {
  1190. // #ifndef H5
  1191. "navigationStyle": "custom",
  1192. // #endif
  1193. "navigationBarTitleText": "%pages.member.point%"
  1194. },
  1195. "needLogin": true
  1196. },
  1197. {
  1198. "path": "point_detail",
  1199. "style": {
  1200. "navigationBarTitleText": "%pages.member.point_detail%"
  1201. },
  1202. "needLogin": true
  1203. },
  1204. {
  1205. "path": "account",
  1206. "style": {
  1207. "navigationBarTitleText": "%pages.member.account%"
  1208. },
  1209. "needLogin": true
  1210. },
  1211. {
  1212. "path": "account_edit",
  1213. "style": {
  1214. "navigationBarTitleText": "%pages.member.account_edit%"
  1215. },
  1216. "needLogin": true
  1217. },
  1218. {
  1219. "path": "address",
  1220. "style": {
  1221. "navigationBarTitleText": "%pages.member.address%"
  1222. },
  1223. "needLogin": true
  1224. },
  1225. {
  1226. "path": "address_edit",
  1227. "style": {
  1228. "navigationBarTitleText": "%pages.member.address_edit%"
  1229. },
  1230. "needLogin": true
  1231. },
  1232. {
  1233. "path": "sign_in",
  1234. "style": {
  1235. // #ifndef H5
  1236. "navigationStyle": "custom",
  1237. // #endif
  1238. "navigationBarTitleText": "%pages.member.sign_in%"
  1239. },
  1240. "needLogin": true
  1241. },
  1242. {
  1243. "path": "contact",
  1244. "style": {
  1245. "navigationBarTitleText": "%pages.member.contact%"
  1246. }
  1247. }
  1248. ]
  1249. }
  1250. ],
  1251. "globalStyle": {
  1252. "navigationBarTextStyle": "black",
  1253. "navigationBarTitleText": "",
  1254. "navigationBarBackgroundColor": "#ffffff",
  1255. "backgroundColor": "#F6F6F6",
  1256. "backgroundColorTop": "#F6F6F6",
  1257. "backgroundColorBottom": "#F6F6F6"
  1258. },
  1259. "tabBar": {
  1260. "list": [{
  1261. "pagePath": "app/pages/index/index"
  1262. },
  1263. {
  1264. "pagePath": "app/pages/index/nosite"
  1265. }
  1266. ]
  1267. },
  1268. "uniIdRouter": {},
  1269. "easycom": {
  1270. "custom": {
  1271. "^u-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  1272. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  1273. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  1274. }
  1275. }
  1276. }