pages.json 34 KB

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