pages.json 32 KB

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