pages.json 33 KB

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