pages.json 33 KB

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