pages.json 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页
  3. {
  4. "path": "pages/guide/index",
  5. "style": {
  6. "app-plus": {
  7. "titleNView": false //禁用原生导航栏
  8. }
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "navigationStyle": "custom",
  16. "navigationBarTextStyle": "white",
  17. "app-plus": {
  18. "scrollIndicator": "none"
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/order_addcart/order_addcart",
  24. "style": {
  25. "navigationBarTitleText": "购物车",
  26. "app-plus": {
  27. // #ifdef APP-PLUS
  28. "titleNView": {
  29. "type": "default"
  30. }
  31. // #endif
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/user/index",
  37. "style": {
  38. "navigationBarTitleText": "个人中心",
  39. "enablePullDownRefresh": true
  40. // #ifdef MP || APP-PLUS
  41. ,
  42. "navigationStyle": "custom",
  43. // "navigationBarBackgroundColor": "#e93323",
  44. "navigationBarTextStyle": "black"
  45. // #endif
  46. }
  47. },
  48. {
  49. "path": "pages/goods_cate/goods_cate",
  50. "style": {
  51. "navigationBarTitleText": "商品分类",
  52. "app-plus": {
  53. // #ifdef APP-PLUS
  54. "titleNView": {
  55. "type": "default"
  56. }
  57. // #endif
  58. }
  59. }
  60. }
  61. ],
  62. "subPackages": [{ // 模块分包
  63. "root": "pages/extension",
  64. "name": "extension",
  65. "pages": [{
  66. "path": "customer_list/chat",
  67. "style": {
  68. "navigationBarTitleText": "对话详情",
  69. "navigationBarBackgroundColor": "#3875EA",
  70. "navigationBarTextStyle": "white",
  71. "app-plus": {
  72. // #ifdef APP-PLUS
  73. "titleNView": {
  74. "type": "default"
  75. }
  76. // #endif
  77. }
  78. }
  79. },
  80. {
  81. "path": "news_list/index",
  82. "style": {
  83. "navigationBarTitleText": "资讯",
  84. "app-plus": {
  85. // #ifdef APP-PLUS
  86. "titleNView": {
  87. "type": "default"
  88. }
  89. // #endif
  90. }
  91. }
  92. },
  93. {
  94. "path": "news_details/index",
  95. "style": {
  96. "navigationBarTitleText": "资讯详情",
  97. "app-plus": {
  98. // #ifdef APP-PLUS
  99. "titleNView": {
  100. "type": "default"
  101. }
  102. // #endif
  103. }
  104. }
  105. }
  106. ]
  107. }, {
  108. "root": "pages/goods",
  109. "name": "goods",
  110. "pages": [{
  111. "path": "goods_list/index",
  112. "style": {
  113. "navigationBarTitleText": "商品列表",
  114. "app-plus": {
  115. // #ifdef APP-PLUS
  116. "titleNView": {
  117. "type": "default"
  118. }
  119. // #endif
  120. }
  121. }
  122. }, {
  123. "path": "goods_search/index",
  124. "style": {
  125. "navigationBarTitleText": "搜索商品",
  126. "app-plus": {
  127. // #ifdef APP-PLUS
  128. "titleNView": {
  129. "type": "default"
  130. }
  131. // #endif
  132. }
  133. }
  134. }, {
  135. "path": "order_pay_status/index",
  136. "style": {
  137. "navigationBarTitleText": "支付成功",
  138. "app-plus": {
  139. // #ifdef APP-PLUS
  140. "titleNView": {
  141. "type": "default"
  142. }
  143. // #endif
  144. }
  145. }
  146. }, {
  147. "path": "admin_order_detail/index",
  148. "style": {
  149. "navigationBarTitleText": "订单详情",
  150. "app-plus": {
  151. // #ifdef APP-PLUS
  152. "titleNView": {
  153. "type": "default"
  154. }
  155. // #endif
  156. }
  157. }
  158. }, {
  159. "path": "goods_comment_con/index",
  160. "style": {
  161. "navigationBarTitleText": "商品评价",
  162. "app-plus": {
  163. // #ifdef APP-PLUS
  164. "titleNView": {
  165. "type": "default"
  166. }
  167. // #endif
  168. }
  169. }
  170. }, {
  171. "path": "goods_comment_con/lottery_comment",
  172. "style": {
  173. "navigationBarTitleText": "订单评价",
  174. "app-plus": {
  175. // #ifdef APP-PLUS
  176. "titleNView": {
  177. "type": "default"
  178. }
  179. // #endif
  180. }
  181. }
  182. }, {
  183. "path": "goods_comment_list/index",
  184. "style": {
  185. "navigationBarTitleText": "商品评分",
  186. "app-plus": {
  187. // #ifdef APP-PLUS
  188. "titleNView": {
  189. "type": "default"
  190. }
  191. // #endif
  192. }
  193. }
  194. }, {
  195. "path": "goods_details_store/index",
  196. "style": {
  197. "navigationBarTitleText": "门店列表",
  198. "app-plus": {
  199. // #ifdef APP-PLUS
  200. "titleNView": {
  201. "type": "default"
  202. }
  203. // #endif
  204. }
  205. }
  206. }, {
  207. "path": "goods_logistics/index",
  208. "style": {
  209. "navigationBarTitleText": "物流信息",
  210. "app-plus": {
  211. // #ifdef APP-PLUS
  212. "titleNView": {
  213. "type": "default"
  214. }
  215. // #endif
  216. }
  217. }
  218. }, {
  219. "path": "goods_return/index",
  220. "style": {
  221. "navigationBarTitleText": "申请退货",
  222. "app-plus": {
  223. // #ifdef APP-PLUS
  224. "titleNView": {
  225. "type": "default"
  226. }
  227. // #endif
  228. }
  229. }
  230. }, {
  231. "path": "goods_return_list/index",
  232. "style": {
  233. "navigationBarTitleText": "退货列表",
  234. "app-plus": {
  235. // #ifdef APP-PLUS
  236. "titleNView": {
  237. "type": "default"
  238. }
  239. // #endif
  240. }
  241. }
  242. }, {
  243. "path": "lottery/grids/index",
  244. "style": {
  245. "navigationBarTitleText": "抽奖活动",
  246. "app-plus": {
  247. // #ifdef APP-PLUS
  248. "titleNView": {
  249. "type": "default"
  250. }
  251. // #endif
  252. }
  253. }
  254. },
  255. {
  256. "path": "lottery/grids/record",
  257. "style": {
  258. "navigationBarTitleText": "中奖记录",
  259. "app-plus": {
  260. // #ifdef APP-PLUS
  261. "titleNView": {
  262. "type": "default"
  263. }
  264. // #endif
  265. }
  266. }
  267. }, {
  268. "path": "order_confirm/index",
  269. "style": {
  270. "navigationBarTitleText": "提交订单",
  271. "app-plus": {
  272. // #ifdef APP-PLUS
  273. "titleNView": {
  274. "type": "default"
  275. }
  276. // #endif
  277. }
  278. }
  279. }, {
  280. "path": "order_details/index",
  281. "style": {
  282. "navigationBarTitleText": "订单详情",
  283. "app-plus": {
  284. // #ifdef APP-PLUS
  285. "titleNView": {
  286. "type": "default"
  287. }
  288. // #endif
  289. }
  290. }
  291. }, {
  292. "path": "order_list/index",
  293. "style": {
  294. "navigationBarTitleText": "我的订单",
  295. "app-plus": {
  296. // #ifdef APP-PLUS
  297. "titleNView": {
  298. "type": "default"
  299. }
  300. // #endif
  301. }
  302. }
  303. }, {
  304. "path": "order_refund_goods/index",
  305. "style": {
  306. "navigationBarTitleText": "退回商品",
  307. "app-plus": {
  308. // #ifdef APP-PLUS
  309. "titleNView": {
  310. "type": "default"
  311. }
  312. // #endif
  313. }
  314. }
  315. }, {
  316. "path": "cashier/index",
  317. "style": {
  318. "navigationBarTitleText": "收银台",
  319. "app-plus": {
  320. // #ifdef APP-PLUS
  321. "titleNView": {
  322. "type": "default"
  323. }
  324. // #endif
  325. }
  326. }
  327. }
  328. ]
  329. }, {
  330. "root": "pages/users",
  331. "name": "users",
  332. "pages": [{
  333. "path": "user_vip_areer/index",
  334. "style": {
  335. "navigationBarTitleText": "经验记录",
  336. "app-plus": {
  337. // #ifdef APP-PLUS
  338. "titleNView": {
  339. "type": "default"
  340. }
  341. // #endif
  342. }
  343. }
  344. },
  345. {
  346. "path": "privacy/index",
  347. "style": {
  348. "navigationBarTitleText": "隐私协议",
  349. "app-plus": {
  350. // #ifdef APP-PLUS
  351. "titleNView": {
  352. "type": "default"
  353. }
  354. // #endif
  355. }
  356. }
  357. },
  358. {
  359. "path": "user_cancellation/index",
  360. "style": {
  361. "navigationBarTitleText": "注销协议",
  362. "app-plus": {
  363. // #ifdef APP-PLUS
  364. "titleNView": {
  365. "type": "default"
  366. }
  367. // #endif
  368. }
  369. }
  370. },
  371. {
  372. "path": "message_center/index",
  373. "style": {
  374. "navigationBarTitleText": "消息中心",
  375. "enablePullDownRefresh": true,
  376. "app-plus": {
  377. // #ifdef APP-PLUS
  378. "titleNView": {
  379. "type": "default"
  380. }
  381. // #endif
  382. }
  383. }
  384. },
  385. {
  386. "path": "message_center/messageDetail",
  387. "style": {
  388. "navigationBarTitleText": "消息详情",
  389. "app-plus": {
  390. // #ifdef APP-PLUS
  391. "titleNView": {
  392. "type": "default"
  393. }
  394. // #endif
  395. }
  396. }
  397. },
  398. {
  399. "path": "message_center/messageDetail",
  400. "style": {
  401. "navigationBarTitleText": "消息详情",
  402. "app-plus": {
  403. // #ifdef APP-PLUS
  404. "titleNView": {
  405. "type": "default"
  406. }
  407. // #endif
  408. }
  409. }
  410. },
  411. {
  412. "path": "scan_login/index",
  413. "style": {
  414. "navigationBarTitleText": "授权登录"
  415. }
  416. },
  417. {
  418. "path": "user_invoice_list/index",
  419. "style": {
  420. "navigationBarTitleText": "发票管理",
  421. "app-plus": {
  422. // #ifdef APP-PLUS
  423. "titleNView": {
  424. "type": "default"
  425. }
  426. // #endif
  427. }
  428. }
  429. },
  430. {
  431. "path": "user_jifen/income",
  432. "style": {
  433. "navigationBarTitleText": "可收益积分",
  434. "app-plus": {
  435. // #ifdef APP-PLUS
  436. "titleNView": {
  437. "type": "default"
  438. }
  439. // #endif
  440. }
  441. }
  442. },
  443. {
  444. "path": "user_jifen/repeat",
  445. "style": {
  446. "navigationBarTitleText": "复消积分",
  447. "app-plus": {
  448. // #ifdef APP-PLUS
  449. "titleNView": {
  450. "type": "default"
  451. }
  452. // #endif
  453. }
  454. }
  455. },
  456. {
  457. "path": "user_jifen/equity",
  458. "style": {
  459. "navigationBarTitleText": "股权积分",
  460. "app-plus": {
  461. // #ifdef APP-PLUS
  462. "titleNView": {
  463. "type": "default"
  464. }
  465. // #endif
  466. }
  467. }
  468. },
  469. {
  470. "path": "user_jifen/consumption",
  471. "style": {
  472. "navigationBarTitleText": "消费券积分",
  473. "app-plus": {
  474. // #ifdef APP-PLUS
  475. "titleNView": {
  476. "type": "default"
  477. }
  478. // #endif
  479. }
  480. }
  481. },
  482. {
  483. "path": "user_jifen/contribute",
  484. "style": {
  485. "navigationBarTitleText": "贡献值",
  486. "app-plus": {
  487. // #ifdef APP-PLUS
  488. "titleNView": {
  489. "type": "default"
  490. }
  491. // #endif
  492. }
  493. }
  494. },
  495. {
  496. "path": "user_invoice_form/index",
  497. "style": {
  498. "navigationBarTitleText": "添加新发票",
  499. "app-plus": {
  500. // #ifdef APP-PLUS
  501. "titleNView": {
  502. "type": "default"
  503. }
  504. // #endif
  505. }
  506. }
  507. },
  508. //#ifdef H5
  509. {
  510. "path": "alipay_invoke/index",
  511. "style": {
  512. "navigationBarTitleText": "支付提示"
  513. }
  514. },
  515. //#endif
  516. {
  517. "path": "wechat_login/index",
  518. "style": {
  519. "navigationBarTitleText": "",
  520. "navigationStyle": "custom",
  521. "app-plus": {
  522. "scrollIndicator": "none"
  523. }
  524. }
  525. },
  526. {
  527. "path": "binding_phone/index",
  528. "style": {
  529. "navigationBarTitleText": "",
  530. "navigationStyle": "custom",
  531. "app-plus": {
  532. "scrollIndicator": "none"
  533. }
  534. }
  535. },
  536. {
  537. "path": "retrievePassword/index",
  538. "style": {
  539. "navigationBarTitleText": "忘记密码",
  540. "app-plus": {
  541. // #ifdef APP-PLUS
  542. "titleNView": {
  543. "type": "default"
  544. }
  545. // #endif
  546. }
  547. }
  548. },
  549. {
  550. "path": "user_info/index",
  551. "style": {
  552. "navigationBarTitleText": "个人资料",
  553. "app-plus": {
  554. // #ifdef APP-PLUS
  555. "titleNView": {
  556. "type": "default"
  557. }
  558. // #endif
  559. }
  560. }
  561. },
  562. {
  563. "path": "user_get_coupon/index",
  564. "style": {
  565. "navigationBarTitleText": "领取优惠券",
  566. "app-plus": {
  567. // #ifdef APP-PLUS
  568. "titleNView": {
  569. "type": "default"
  570. }
  571. // #endif
  572. }
  573. }
  574. },
  575. {
  576. "path": "visit_list/index",
  577. "style": {
  578. "navigationBarTitleText": "浏览记录",
  579. "app-plus": {
  580. // #ifdef APP-PLUS
  581. "titleNView": {
  582. "type": "default"
  583. }
  584. // #endif
  585. }
  586. }
  587. },
  588. {
  589. "path": "user_goods_collection/index",
  590. "style": {
  591. "navigationBarTitleText": "收藏商品",
  592. "app-plus": {
  593. // #ifdef APP-PLUS
  594. "titleNView": {
  595. "type": "default"
  596. }
  597. // #endif
  598. }
  599. }
  600. },
  601. {
  602. "path": "user_sgin/index",
  603. "style": {
  604. "navigationBarTitleText": "签到",
  605. // #ifdef MP
  606. // "navigationBarTextStyle": "white",
  607. // "navigationBarBackgroundColor": "#e93323"
  608. // #endif
  609. "app-plus": {
  610. // #ifdef APP-PLUS
  611. "titleNView": {
  612. "type": "default"
  613. }
  614. // #endif
  615. }
  616. }
  617. },
  618. {
  619. "path": "user_sgin_list/index",
  620. "style": {
  621. "navigationBarTitleText": "签到记录",
  622. "app-plus": {
  623. // #ifdef APP-PLUS
  624. "titleNView": {
  625. "type": "default"
  626. }
  627. // #endif
  628. }
  629. }
  630. },
  631. {
  632. "path": "user_money/index",
  633. "style": {
  634. "navigationBarTitleText": "我的账户",
  635. "app-plus": {
  636. // #ifdef APP-PLUS
  637. "titleNView": {
  638. "type": "default"
  639. }
  640. // #endif
  641. }
  642. }
  643. },
  644. {
  645. "path": "user_bill/index",
  646. "style": {
  647. "navigationBarTitleText": "账单明细",
  648. "app-plus": {
  649. // #ifdef APP-PLUS
  650. "titleNView": {
  651. "type": "default"
  652. }
  653. // #endif
  654. }
  655. }
  656. },
  657. {
  658. "path": "user_integral/index",
  659. "style": {
  660. "navigationBarTitleText": "积分详情"
  661. // #ifdef MP
  662. ,
  663. "navigationBarTextStyle": "black",
  664. "navigationBarBackgroundColor": "#FFFFFF"
  665. // #endif
  666. ,
  667. "app-plus": {
  668. // #ifdef APP-PLUS
  669. "titleNView": {
  670. "type": "default"
  671. }
  672. // #endif
  673. }
  674. }
  675. },
  676. {
  677. "path": "user_coupon/index",
  678. "style": {
  679. "navigationBarTitleText": "我的优惠券",
  680. "app-plus": {
  681. // #ifdef APP-PLUS
  682. "titleNView": {
  683. "type": "default"
  684. }
  685. // #endif
  686. }
  687. }
  688. },
  689. {
  690. "path": "user_spread_user/index",
  691. "style": {
  692. "navigationBarTitleText": "我的推广"
  693. // #ifdef MP
  694. ,
  695. "navigationBarTextStyle": "black",
  696. "navigationBarBackgroundColor": "#FFFFFF"
  697. // #endif
  698. ,
  699. "app-plus": {
  700. // #ifdef APP-PLUS
  701. "titleNView": {
  702. "type": "default"
  703. }
  704. // #endif
  705. }
  706. }
  707. },
  708. {
  709. "path": "user_spread_code/index",
  710. "style": {
  711. "navigationBarTitleText": "分销海报",
  712. "app-plus": {
  713. // #ifdef APP-PLUS
  714. "titleNView": {
  715. "type": "default"
  716. }
  717. // #endif
  718. }
  719. }
  720. },
  721. {
  722. "path": "user_spread_money/index",
  723. "style": {
  724. "navigationBarTitleText": "佣金记录"
  725. // #ifdef MP
  726. ,
  727. "navigationBarTextStyle": "black",
  728. "navigationBarBackgroundColor": "#FFFFFF"
  729. // #endif
  730. ,
  731. "app-plus": {
  732. // #ifdef APP-PLUS
  733. "titleNView": {
  734. "type": "default"
  735. }
  736. // #endif
  737. }
  738. }
  739. },
  740. {
  741. "path": "user_cash/index",
  742. "style": {
  743. "navigationBarTitleText": "提现",
  744. "navigationBarBackgroundColor": "#FFFFFF"
  745. // #ifdef MP || APP-PLUS
  746. ,
  747. "navigationBarTextStyle": "black"
  748. // #endif
  749. ,
  750. "app-plus": {
  751. // #ifdef APP-PLUS
  752. "titleNView": {
  753. "type": "default"
  754. }
  755. // #endif
  756. }
  757. }
  758. },
  759. {
  760. "path": "user_vip/index",
  761. "style": {
  762. "navigationBarTitleText": "我的等级",
  763. "navigationBarBackgroundColor": "#232323"
  764. // #ifdef MP || APP-PLUS
  765. ,
  766. "navigationBarTextStyle": "white"
  767. // #endif
  768. ,
  769. "app-plus": {
  770. // #ifdef APP-PLUS
  771. "titleNView": {
  772. "type": "default"
  773. }
  774. // #endif
  775. }
  776. }
  777. }, {
  778. "path": "user_distribution_level/index",
  779. "style": {
  780. "navigationBarTitleText": "分销等级",
  781. "navigationBarBackgroundColor": "#232323"
  782. // #ifdef MP || APP-PLUS
  783. ,
  784. "navigationBarTextStyle": "white"
  785. // #endif
  786. ,
  787. "app-plus": {
  788. // #ifdef APP-PLUS
  789. "titleNView": {
  790. "type": "default"
  791. }
  792. // #endif
  793. }
  794. }
  795. },
  796. {
  797. "path": "user_address_list/index",
  798. "style": {
  799. "navigationBarTitleText": "地址管理",
  800. "app-plus": {
  801. // #ifdef APP-PLUS
  802. "titleNView": {
  803. "type": "default"
  804. }
  805. // #endif
  806. }
  807. }
  808. },
  809. {
  810. "path": "user_address/index",
  811. "style": {
  812. "navigationBarTitleText": "添加地址",
  813. "app-plus": {
  814. // #ifdef APP-PLUS
  815. "titleNView": {
  816. "type": "default"
  817. }
  818. // #endif
  819. }
  820. }
  821. },
  822. {
  823. "path": "user_phone/index",
  824. "style": {
  825. "navigationBarTitleText": "绑定手机",
  826. // #ifdef MP
  827. // "navigationBarTextStyle": "white",
  828. // "navigationBarBackgroundColor": "#e93323"
  829. // #endif
  830. "app-plus": {
  831. // #ifdef APP-PLUS
  832. "titleNView": {
  833. "type": "default"
  834. }
  835. // #endif
  836. }
  837. }
  838. },
  839. {
  840. "path": "user_payment/index",
  841. "style": {
  842. "navigationBarTitleText": "余额充值",
  843. "app-plus": {
  844. // #ifdef APP-PLUS
  845. "titleNView": {
  846. "type": "default"
  847. }
  848. // #endif
  849. }
  850. }
  851. },
  852. {
  853. "path": "user_pwd_edit/index",
  854. "style": {
  855. "navigationBarTitleText": "修改密码"
  856. // #ifdef MP
  857. // ,
  858. // "navigationBarTextStyle": "white"
  859. // "navigationBarBackgroundColor": "#e93323"
  860. // #endif
  861. ,
  862. "app-plus": {
  863. // #ifdef APP-PLUS
  864. "titleNView": {
  865. "type": "default"
  866. }
  867. // #endif
  868. }
  869. }
  870. },
  871. {
  872. "path": "promoter-list/index",
  873. "style": {
  874. "navigationBarTitleText": "推广人列表"
  875. // #ifdef MP
  876. ,
  877. "navigationBarBackgroundColor": "#FFFFFF",
  878. "navigationBarTextStyle": "black"
  879. // #endif
  880. ,
  881. "app-plus": {
  882. // #ifdef APP-PLUS
  883. "titleNView": {
  884. "type": "default"
  885. }
  886. // #endif
  887. }
  888. }
  889. },
  890. {
  891. "path": "promoter-order/index",
  892. "style": {
  893. "navigationBarTitleText": "推广人订单"
  894. // #ifdef MP
  895. ,
  896. "navigationBarTextStyle": "black",
  897. "navigationBarBackgroundColor": "#FFFFFF"
  898. // #endif
  899. ,
  900. "app-plus": {
  901. // #ifdef APP-PLUS
  902. "titleNView": {
  903. "type": "default"
  904. }
  905. // #endif
  906. }
  907. }
  908. },
  909. {
  910. "path": "promoter_rank/index",
  911. "style": {
  912. "navigationBarTitleText": "推广人排行"
  913. // #ifdef MP
  914. ,
  915. "navigationBarTextStyle": "black",
  916. "navigationBarBackgroundColor": "#FFFFFF"
  917. // #endif
  918. ,
  919. "app-plus": {
  920. // #ifdef APP-PLUS
  921. "titleNView": {
  922. "type": "default"
  923. }
  924. // #endif
  925. }
  926. }
  927. },
  928. {
  929. "path": "commission_rank/index",
  930. "style": {
  931. "navigationBarTitleText": "佣金排行",
  932. "navigationBarBackgroundColor": "#FFFFFF"
  933. // #ifdef MP || APP-PLUS
  934. ,
  935. "navigationBarTextStyle": "black"
  936. // #endif
  937. ,
  938. "app-plus": {
  939. // #ifdef APP-PLUS
  940. "titleNView": {
  941. "type": "default"
  942. }
  943. // #endif
  944. }
  945. }
  946. },
  947. {
  948. "path": "user_return_list/index",
  949. "style": {
  950. "navigationBarTitleText": "退货列表",
  951. "app-plus": {
  952. // #ifdef APP-PLUS
  953. "titleNView": {
  954. "type": "default"
  955. }
  956. // #endif
  957. }
  958. }
  959. },
  960. {
  961. "path": "real_name/index",
  962. "style": {
  963. "navigationBarTitleText": "实名认证",
  964. "app-plus": {
  965. // #ifdef APP-PLUS
  966. "titleNView": {
  967. "type": "default"
  968. }
  969. // #endif
  970. }
  971. }
  972. },
  973. {
  974. "path": "login/index",
  975. "style": {
  976. "navigationBarTitleText": "登录",
  977. "app-plus": {
  978. // #ifdef APP-PLUS
  979. "titleNView": {
  980. "type": "default"
  981. }
  982. // #endif
  983. }
  984. }
  985. },
  986. {
  987. "path": "login/register",
  988. "style": {
  989. "navigationBarTitleText": "注册",
  990. "app-plus": {
  991. // #ifdef APP-PLUS
  992. "titleNView": {
  993. "type": "default"
  994. }
  995. // #endif
  996. }
  997. }
  998. },
  999. {
  1000. "path": "login/forget",
  1001. "style": {
  1002. "navigationBarTitleText": "忘记密码",
  1003. "app-plus": {
  1004. // #ifdef APP-PLUS
  1005. "titleNView": {
  1006. "type": "default"
  1007. }
  1008. // #endif
  1009. }
  1010. }
  1011. },
  1012. {
  1013. "path": "payment_on_behalf/index",
  1014. "style": {
  1015. "navigationBarTitleText": "好友代付",
  1016. "app-plus": {
  1017. // #ifdef APP-PLUS
  1018. "titleNView": {
  1019. "type": "default"
  1020. }
  1021. // #endif
  1022. }
  1023. }
  1024. }, {
  1025. "path": "payment_on_behalf/pay_status",
  1026. "style": {
  1027. "navigationBarTitleText": "代付成功",
  1028. "app-plus": {
  1029. // #ifdef APP-PLUS
  1030. "titleNView": {
  1031. "type": "default"
  1032. }
  1033. // #endif
  1034. }
  1035. }
  1036. },
  1037. {
  1038. "path": "staff_list/index",
  1039. "style": {
  1040. "navigationBarTitleText": "员工列表",
  1041. "navigationBarBackgroundColor": "#e93323"
  1042. // #ifdef MP
  1043. ,
  1044. "navigationBarTextStyle": "#fff"
  1045. // #endif
  1046. }
  1047. }
  1048. // #ifdef H5
  1049. ,
  1050. {
  1051. "path": "auth/index",
  1052. "style": {
  1053. "navigationBarTitleText": ""
  1054. }
  1055. }
  1056. // #endif
  1057. ],
  1058. "plugins": {
  1059. "live-player-plugin": {
  1060. "version": "1.3.5",
  1061. "provider": "wx2b03c6e691cd7370"
  1062. }
  1063. }
  1064. },
  1065. {
  1066. "root": "pages/goods_details",
  1067. "name": "goods_details",
  1068. "pages": [{
  1069. "path": "index",
  1070. "style": {
  1071. "navigationStyle": "custom",
  1072. "transparentTitle": "auto",
  1073. "app-plus": {
  1074. // #ifdef APP-PLUS
  1075. "titleNView": {
  1076. "padding-left": "10px",
  1077. "padding-right": "10px",
  1078. "type": "transparent",
  1079. "buttons": [ //原生标题栏按钮配置,
  1080. {
  1081. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1082. }
  1083. ]
  1084. }
  1085. // #endif
  1086. }
  1087. }
  1088. }]
  1089. },
  1090. {
  1091. "root": "pages/activity",
  1092. "name": "activity",
  1093. "pages": [{
  1094. "path": "goods_bargain/index",
  1095. "style": {
  1096. // #ifdef MP
  1097. // "navigationBarTextStyle": "white",
  1098. // "navigationBarBackgroundColor": "#E93323",
  1099. "navigationBarTitleText": "砍价列表",
  1100. // #endif
  1101. "app-plus": {
  1102. // #ifdef APP-PLUS
  1103. "titleNView": {
  1104. "type": "default"
  1105. }
  1106. // #endif
  1107. }
  1108. }
  1109. },
  1110. {
  1111. "path": "goods_bargain_details/index",
  1112. "style": {
  1113. // #ifdef MP
  1114. "navigationBarTitleText": "砍价活动",
  1115. // #endif
  1116. "app-plus": {
  1117. // #ifdef APP-PLUS
  1118. "titleNView": {
  1119. "type": "default"
  1120. }
  1121. // #endif
  1122. }
  1123. }
  1124. },
  1125. {
  1126. "path": "goods_combination/index",
  1127. "style": {
  1128. // #ifdef MP
  1129. // "navigationBarTextStyle": "white",
  1130. // "navigationBarBackgroundColor": "#E93323",
  1131. "navigationBarTitleText": "拼团活动",
  1132. // #endif
  1133. "app-plus": {
  1134. // #ifdef APP-PLUS
  1135. "titleNView": {
  1136. "type": "default"
  1137. }
  1138. // #endif
  1139. }
  1140. }
  1141. },
  1142. {
  1143. "path": "goods_combination_details/index",
  1144. "style": {
  1145. "navigationStyle": "custom",
  1146. "app-plus": {
  1147. // #ifdef APP-PLUS
  1148. "titleNView": {
  1149. "padding-left": "10px",
  1150. "padding-right": "10px",
  1151. "type": "transparent",
  1152. "buttons": [ //原生标题栏按钮配置,
  1153. {
  1154. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1155. }
  1156. ]
  1157. }
  1158. // #endif
  1159. }
  1160. }
  1161. },
  1162. {
  1163. "path": "goods_combination_status/index",
  1164. "style": {
  1165. "navigationBarTitleText": "拼团",
  1166. "app-plus": {
  1167. // #ifdef APP-PLUS
  1168. "titleNView": {
  1169. "type": "default"
  1170. }
  1171. // #endif
  1172. }
  1173. }
  1174. },
  1175. {
  1176. "path": "goods_seckill/index",
  1177. "style": {
  1178. "navigationBarTitleText": "限时秒杀"
  1179. // #ifdef MP
  1180. // "navigationBarTextStyle": "white"
  1181. // "navigationBarBackgroundColor": "#e93323"
  1182. // #endif
  1183. ,
  1184. "app-plus": {
  1185. // #ifdef APP-PLUS
  1186. "titleNView": {
  1187. "type": "default"
  1188. }
  1189. // #endif
  1190. }
  1191. }
  1192. },
  1193. {
  1194. "path": "goods_seckill_details/index",
  1195. "style": {
  1196. "navigationStyle": "custom"
  1197. // #ifdef MP
  1198. ,
  1199. "navigationBarTextStyle": "white"
  1200. // #endif
  1201. ,
  1202. "app-plus": {
  1203. // #ifdef APP-PLUS
  1204. "titleNView": {
  1205. "padding-left": "10px",
  1206. "padding-right": "10px",
  1207. "type": "transparent",
  1208. "buttons": [ //原生标题栏按钮配置,
  1209. {
  1210. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1211. }
  1212. ]
  1213. }
  1214. // #endif
  1215. }
  1216. }
  1217. },
  1218. {
  1219. "path": "poster-poster/index",
  1220. "style": {
  1221. "navigationBarTitleText": "砍价海报"
  1222. // #ifdef MP
  1223. // "navigationBarTextStyle": "white"
  1224. // "navigationBarBackgroundColor": "#d22516"
  1225. // #endif
  1226. ,
  1227. "app-plus": {
  1228. // #ifdef APP-PLUS
  1229. "titleNView": {
  1230. "type": "default"
  1231. }
  1232. // #endif
  1233. }
  1234. }
  1235. },
  1236. {
  1237. "path": "bargain/index",
  1238. "style": {
  1239. "navigationBarTitleText": "砍价记录",
  1240. "app-plus": {
  1241. // #ifdef APP-PLUS
  1242. "titleNView": {
  1243. "type": "default"
  1244. }
  1245. // #endif
  1246. }
  1247. }
  1248. },
  1249. {
  1250. "path": "presell/index",
  1251. "style": {
  1252. "navigationBarTitleText": "预售列表",
  1253. "app-plus": {
  1254. // #ifdef APP-PLUS
  1255. "titleNView": {
  1256. "type": "default"
  1257. }
  1258. // #endif
  1259. }
  1260. }
  1261. }
  1262. ]
  1263. },
  1264. {
  1265. "root": "pages/admin",
  1266. "name": "adminOrder",
  1267. "pages": [{
  1268. "path": "custom_date/index",
  1269. "style": {
  1270. "navigationBarTitleText": "选择日期"
  1271. }
  1272. },
  1273. {
  1274. "path": "order/index",
  1275. "style": {
  1276. "navigationBarTitleText": "订单统计",
  1277. "app-plus": {
  1278. // #ifdef APP-PLUS
  1279. "titleNView": {
  1280. "type": "default"
  1281. }
  1282. // #endif
  1283. }
  1284. }
  1285. },
  1286. {
  1287. "path": "orderList/index",
  1288. "style": {
  1289. "navigationBarTitleText": "订单列表",
  1290. "app-plus": {
  1291. // #ifdef APP-PLUS
  1292. "titleNView": {
  1293. "type": "default"
  1294. }
  1295. // #endif
  1296. }
  1297. }
  1298. },
  1299. {
  1300. "path": "orderDetail/index",
  1301. "style": {
  1302. "navigationBarTitleText": "订单详情",
  1303. "app-plus": {
  1304. // #ifdef APP-PLUS
  1305. "titleNView": {
  1306. "type": "default"
  1307. }
  1308. // #endif
  1309. }
  1310. }
  1311. },
  1312. {
  1313. "path": "delivery/index",
  1314. "style": {
  1315. "navigationBarTitleText": "订单发货",
  1316. "app-plus": {
  1317. // #ifdef APP-PLUS
  1318. "titleNView": {
  1319. "type": "default"
  1320. }
  1321. // #endif
  1322. }
  1323. }
  1324. },
  1325. {
  1326. "path": "statistics/index",
  1327. "style": {
  1328. "navigationBarTitleText": "订单数据统计",
  1329. "app-plus": {
  1330. // #ifdef APP-PLUS
  1331. "titleNView": {
  1332. "type": "default"
  1333. }
  1334. // #endif
  1335. }
  1336. }
  1337. },
  1338. {
  1339. "path": "order_cancellation/index",
  1340. "style": {
  1341. "navigationBarTitleText": "订单核销",
  1342. "app-plus": {
  1343. // #ifdef APP-PLUS
  1344. "titleNView": {
  1345. "type": "default"
  1346. }
  1347. // #endif
  1348. }
  1349. }
  1350. }
  1351. ]
  1352. },
  1353. {
  1354. "root": "pages/columnGoods",
  1355. "name": "columnGoods",
  1356. "pages": [{
  1357. "path": "HotNewGoods/index",
  1358. "style": {
  1359. "navigationBarTitleText": "精品推荐",
  1360. "app-plus": {
  1361. // #ifdef APP-PLUS
  1362. "titleNView": {
  1363. "type": "default"
  1364. }
  1365. // #endif
  1366. }
  1367. }
  1368. },
  1369. {
  1370. "path": "HotNewGoods/feedback",
  1371. "style": {
  1372. "navigationBarTitleText": "我的客服",
  1373. "navigationBarTextStyle": "white",
  1374. "navigationBarBackgroundColor": "#3A3A3A",
  1375. "app-plus": {
  1376. // #ifdef APP-PLUS
  1377. "titleNView": {
  1378. "type": "default"
  1379. }
  1380. // #endif
  1381. }
  1382. }
  1383. },
  1384. {
  1385. "path": "live_list/index",
  1386. "style": {
  1387. "navigationBarTitleText": "精彩内容"
  1388. }
  1389. }
  1390. ]
  1391. },
  1392. {
  1393. "root": "pages/annex",
  1394. "pages": [{
  1395. "path": "web_view/index",
  1396. "style": {
  1397. "navigationBarTitleText": "",
  1398. "app-plus": {
  1399. // #ifdef APP-PLUS
  1400. "titleNView": {
  1401. "type": "default"
  1402. }
  1403. // #endif
  1404. }
  1405. }
  1406. }, {
  1407. "path": "vip_paid/index",
  1408. "style": {
  1409. "navigationBarTitleText": "SVIP会员",
  1410. "app-plus": {
  1411. // #ifdef APP-PLUS
  1412. "titleNView": {
  1413. "type": "default"
  1414. }
  1415. // #endif
  1416. }
  1417. }
  1418. },
  1419. {
  1420. "path": "vip_coupon/index",
  1421. "style": {
  1422. "navigationBarTitleText": "会员优惠券",
  1423. "app-plus": {
  1424. // #ifdef APP-PLUS
  1425. "titleNView": {
  1426. "type": "default"
  1427. }
  1428. // #endif
  1429. }
  1430. }
  1431. },
  1432. {
  1433. "path": "vip_clause/index",
  1434. "style": {
  1435. "navigationBarTitleText": "会员协议",
  1436. "app-plus": {
  1437. // #ifdef APP-PLUS
  1438. "titleNView": {
  1439. "type": "default"
  1440. }
  1441. // #endif
  1442. }
  1443. }
  1444. },
  1445. {
  1446. "path": "vip_active/index",
  1447. "style": {
  1448. "navigationBarTitleText": "激活会员",
  1449. "app-plus": {
  1450. // #ifdef APP-PLUS
  1451. "titleNView": {
  1452. "type": "default"
  1453. }
  1454. // #endif
  1455. }
  1456. }
  1457. },
  1458. {
  1459. "path": "offline_pay/index",
  1460. "style": {
  1461. "navigationBarTitleText": "支付",
  1462. "app-plus": {
  1463. // #ifdef APP-PLUS
  1464. "titleNView": {
  1465. "type": "default"
  1466. }
  1467. // #endif
  1468. }
  1469. }
  1470. },
  1471. {
  1472. "path": "offline_result/index",
  1473. "style": {
  1474. "navigationBarTitleText": "支付结果",
  1475. "app-plus": {
  1476. // #ifdef APP-PLUS
  1477. "titleNView": {
  1478. "type": "default"
  1479. }
  1480. // #endif
  1481. }
  1482. }
  1483. },
  1484. {
  1485. "path": "special/index",
  1486. "style": {
  1487. "navigationBarTitleText": "专题页",
  1488. "app-plus": {
  1489. // #ifdef APP-PLUS
  1490. "titleNView": {
  1491. "type": "default"
  1492. }
  1493. // #endif
  1494. }
  1495. }
  1496. },
  1497. {
  1498. "path": "settled/index",
  1499. "style": {
  1500. "navigationBarTitleText": "代理商申请",
  1501. "app-plus": {
  1502. // #ifdef APP-PLUS
  1503. "titleNView": {
  1504. "type": "default"
  1505. }
  1506. // #endif
  1507. }
  1508. }
  1509. }
  1510. ]
  1511. },
  1512. {
  1513. "root": "pages/points_mall",
  1514. "pages": [{
  1515. "path": "index",
  1516. "style": {
  1517. "navigationBarTextStyle": "white",
  1518. "navigationBarBackgroundColor": "#333333",
  1519. "navigationBarTitleText": "积分商城",
  1520. "app-plus": {
  1521. // #ifdef APP-PLUS
  1522. "titleNView": {
  1523. "type": "default"
  1524. }
  1525. // #endif
  1526. }
  1527. }
  1528. },
  1529. {
  1530. "path": "integral_goods_list",
  1531. "style": {
  1532. "navigationBarTitleText": "商品列表",
  1533. // "navigationBarTextStyle": "white",
  1534. // "navigationBarBackgroundColor": "#E93323",
  1535. "app-plus": {
  1536. // #ifdef APP-PLUS
  1537. "titleNView": {
  1538. "type": "default"
  1539. }
  1540. // #endif
  1541. }
  1542. }
  1543. },
  1544. {
  1545. "path": "integral_goods_details",
  1546. "style": {
  1547. "navigationStyle": "custom",
  1548. "app-plus": {
  1549. // #ifdef APP-PLUS
  1550. "titleNView": {
  1551. "padding-left": "10px",
  1552. "padding-right": "10px",
  1553. "type": "transparent",
  1554. "buttons": [ //原生标题栏按钮配置,
  1555. {
  1556. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1557. }
  1558. ]
  1559. }
  1560. // #endif
  1561. }
  1562. }
  1563. },
  1564. {
  1565. "path": "exchange_record",
  1566. "style": {
  1567. "navigationBarTitleText": "兑换记录",
  1568. "app-plus": {
  1569. // #ifdef APP-PLUS
  1570. "titleNView": {
  1571. "type": "default"
  1572. }
  1573. // #endif
  1574. }
  1575. }
  1576. },
  1577. {
  1578. "path": "integral_order",
  1579. "style": {
  1580. "navigationBarTitleText": "积分订单",
  1581. "app-plus": {
  1582. // #ifdef APP-PLUS
  1583. "titleNView": {
  1584. "type": "default"
  1585. }
  1586. // #endif
  1587. }
  1588. }
  1589. }, {
  1590. "path": "user_address",
  1591. "style": {
  1592. "navigationBarTitleText": "选择地址",
  1593. "app-plus": {
  1594. // #ifdef APP-PLUS
  1595. "titleNView": {
  1596. "type": "default"
  1597. }
  1598. // #endif
  1599. }
  1600. }
  1601. },
  1602. {
  1603. "path": "integral_order_status",
  1604. "style": {
  1605. "navigationBarTitleText": "兑换成功",
  1606. "app-plus": {
  1607. // #ifdef APP-PLUS
  1608. "titleNView": {
  1609. "type": "default"
  1610. }
  1611. // #endif
  1612. }
  1613. }
  1614. }, {
  1615. "path": "integral_order_details",
  1616. "style": {
  1617. "navigationBarTitleText": "兑换订单详情",
  1618. "app-plus": {
  1619. // #ifdef APP-PLUS
  1620. "titleNView": {
  1621. "type": "default"
  1622. }
  1623. // #endif
  1624. }
  1625. }
  1626. }, {
  1627. "path": "logistics_details",
  1628. "style": {
  1629. "navigationBarTitleText": "兑换物流详情",
  1630. "app-plus": {
  1631. // #ifdef APP-PLUS
  1632. "titleNView": {
  1633. "type": "default"
  1634. }
  1635. // #endif
  1636. }
  1637. }
  1638. }
  1639. ]
  1640. }
  1641. ],
  1642. "tabBar": { // 底部菜单
  1643. "color": "#282828",
  1644. "selectedColor": "#ff3366",
  1645. "borderStyle": "white",
  1646. "backgroundColor": "#ffffff",
  1647. "list": [{
  1648. "pagePath": "pages/index/index",
  1649. "iconPath": "static/images/1-001.png",
  1650. "selectedIconPath": "static/images/1-002.png",
  1651. "text": "首页"
  1652. },
  1653. {
  1654. "pagePath": "pages/goods_cate/goods_cate",
  1655. "iconPath": "static/images/2-001.png",
  1656. "selectedIconPath": "static/images/2-002.png",
  1657. "text": "分类"
  1658. },
  1659. {
  1660. "pagePath": "pages/order_addcart/order_addcart",
  1661. "iconPath": "static/images/3-001.png",
  1662. "selectedIconPath": "static/images/3-002.png",
  1663. "text": "购物车"
  1664. },
  1665. {
  1666. "pagePath": "pages/user/index",
  1667. "iconPath": "static/images/4-001.png",
  1668. "selectedIconPath": "static/images/4-002.png",
  1669. "text": "我的"
  1670. }
  1671. ]
  1672. },
  1673. "globalStyle": {
  1674. "navigationBarTextStyle": "black",
  1675. "navigationBarTitleText": "加载中",
  1676. "navigationBarBackgroundColor": "#fff",
  1677. "backgroundColor": "#F8F8F8",
  1678. "titleNView": false
  1679. },
  1680. "condition": { //模式配置,仅开发期间生效
  1681. "current": 0, //当前激活的模式(list 的索引项)
  1682. "list": [{
  1683. "name": "", //模式名称
  1684. "path": "", //启动页面,必选
  1685. "query": "" //启动参数,在页面的onLoad函数里面得到
  1686. }]
  1687. },
  1688. "embeddedAppIdList": ["wxef277996acc166c3"] //通联支付appid
  1689. }