pages.json 33 KB

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