pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. "navigationStyle": "custom",
  8. "app-plus": {
  9. "scrollIndicator": false //禁用原生导航栏
  10. }
  11. }
  12. },
  13. {
  14. "path": "pages/order_addcart/order_addcart",
  15. "style": {
  16. "navigationBarTitleText": "购物车"
  17. }
  18. },
  19. {
  20. "path": "pages/user/index",
  21. "style": {
  22. "navigationBarTitleText": "个人中心",
  23. "navigationBarBackgroundColor": "#e93323"
  24. // #ifdef MP
  25. ,
  26. "navigationBarTextStyle": "#fff"
  27. // #endif
  28. }
  29. },
  30. {
  31. "path": "pages/goods_details/index",
  32. "style": {
  33. "navigationStyle": "custom"
  34. // #ifdef MP
  35. ,
  36. "navigationBarTextStyle": "#fff"
  37. // #endif
  38. }
  39. },
  40. {
  41. "path": "pages/goods_cate/goods_cate",
  42. "style": {
  43. "navigationBarTitleText": "商品分类"
  44. }
  45. },
  46. {
  47. "path": "pages/retrieve_password/index",
  48. "style": {
  49. "navigationBarTitleText": "找回密码"
  50. }
  51. },
  52. {
  53. "path": "pages/customer_list/index",
  54. "style": {
  55. "navigationBarTitleText": "客服列表"
  56. }
  57. },
  58. {
  59. "path": "pages/customer_list/chat",
  60. "style": {
  61. "navigationBarTitleText": "对话详情",
  62. "navigationStyle": "custom",
  63. "app-plus": {
  64. "scrollIndicator": false //禁用原生导航栏
  65. },
  66. "disableScroll":true
  67. }
  68. },
  69. {
  70. "path": "pages/goods_list/index",
  71. "style": {
  72. "navigationBarTitleText": "商品列表"
  73. }
  74. },
  75. {
  76. "path": "pages/news_list/index",
  77. "style": {
  78. "navigationBarTitleText": "资讯"
  79. }
  80. },
  81. {
  82. "path": "pages/news_details/index",
  83. "style": {
  84. "navigationBarTitleText": "资讯详情"
  85. }
  86. },
  87. //#ifdef H5
  88. {
  89. "path": "pages/auth/index",
  90. "style": {
  91. "navigationBarTitleText": ""
  92. }
  93. },
  94. //#endif
  95. {
  96. "path": "pages/goods_search/index",
  97. "style": {
  98. "navigationBarTitleText": "搜索商品"
  99. }
  100. },
  101. {
  102. "path": "pages/order_pay_status/index",
  103. "style": {
  104. "navigationBarTitleText": "支付成功"
  105. }
  106. },
  107. {
  108. "path": "pages/live_list/index",
  109. "style": {
  110. "navigationBarTitleText": "直播列表"
  111. }
  112. }
  113. ],
  114. "subPackages": [{
  115. "root": "pages/users",
  116. "name": "users",
  117. "pages": [{
  118. "path": "user_vip_areer/index",
  119. "style": {
  120. "navigationBarTitleText": "经验记录"
  121. }
  122. },
  123. {
  124. "path": "user_invoice_order/index",
  125. "style": {
  126. "navigationBarTitleText": "订单详情",
  127. "navigationBarBackgroundColor": "#e93323"
  128. }
  129. },
  130. {
  131. "path": "scan_login/index",
  132. "style": {
  133. "navigationBarTitleText": "授权登录"
  134. }
  135. },
  136. {
  137. "path": "order_details/index",
  138. "style": {
  139. "navigationBarTitleText": "订单详情",
  140. "navigationBarBackgroundColor": "#e93323"
  141. // #ifdef MP
  142. ,
  143. "navigationBarTextStyle": "#fff"
  144. // #endif
  145. }
  146. },
  147. {
  148. "path": "user_invoice_list/index",
  149. "style": {
  150. "navigationBarTitleText": "发票管理"
  151. }
  152. },
  153. {
  154. "path": "user_invoice_form/index",
  155. "style": {
  156. "navigationBarTitleText": "添加新发票"
  157. }
  158. },
  159. //#ifdef H5
  160. {
  161. "path": "alipay_invoke/index",
  162. "style": {
  163. "navigationBarTitleText": "支付提示"
  164. }
  165. },
  166. //#endif
  167. {
  168. "path": "admin_order_detail/index",
  169. "style": {
  170. "navigationBarTitleText": "订单详情"
  171. }
  172. },
  173. {
  174. "path": "wechat_login/index",
  175. "style": {
  176. "navigationBarTitleText": "账户登录",
  177. "navigationStyle": "custom",
  178. "app-plus": {
  179. "scrollIndicator": false //禁用原生导航栏
  180. }
  181. }
  182. },
  183. {
  184. "path": "retrievePassword/index",
  185. "style": {
  186. "navigationBarTitleText": "忘记密码"
  187. }
  188. },
  189. {
  190. "path": "user_info/index",
  191. "style": {
  192. "navigationBarTitleText": "个人资料"
  193. }
  194. },
  195. {
  196. "path": "user_get_coupon/index",
  197. "style": {
  198. "navigationBarTitleText": "领取优惠券"
  199. }
  200. },
  201. {
  202. "path": "user_goods_collection/index",
  203. "style": {
  204. "navigationBarTitleText": "收藏商品"
  205. }
  206. },
  207. {
  208. "path": "user_sgin/index",
  209. "style": {
  210. "navigationBarTitleText": "签到"
  211. }
  212. },
  213. {
  214. "path": "user_sgin_list/index",
  215. "style": {
  216. "navigationBarTitleText": "签到记录"
  217. }
  218. },
  219. {
  220. "path": "user_money/index",
  221. "style": {
  222. "navigationBarTitleText": "我的账户"
  223. }
  224. },
  225. {
  226. "path": "user_bill/index",
  227. "style": {
  228. "navigationBarTitleText": "账单明细"
  229. }
  230. },
  231. {
  232. "path": "user_integral/index",
  233. "style": {
  234. "navigationBarTitleText": "积分详情"
  235. }
  236. },
  237. {
  238. "path": "user_coupon/index",
  239. "style": {
  240. "navigationBarTitleText": "我的优惠券"
  241. }
  242. },
  243. {
  244. "path": "user_spread_user/index",
  245. "style": {
  246. "navigationBarTitleText": "我的推广",
  247. "navigationBarBackgroundColor": "#e93323"
  248. // #ifdef MP
  249. ,
  250. "navigationBarTextStyle": "#fff"
  251. // #endif
  252. }
  253. },
  254. {
  255. "path": "user_spread_code/index",
  256. "style": {
  257. "navigationBarTitleText": "分销海报"
  258. }
  259. },
  260. {
  261. "path": "user_spread_money/index",
  262. "style": {
  263. "navigationBarTitleText": "佣金记录",
  264. "navigationBarBackgroundColor": "#e93323"
  265. // #ifdef MP
  266. ,
  267. "navigationBarTextStyle": "#fff"
  268. // #endif
  269. }
  270. },
  271. {
  272. "path": "user_cash/index",
  273. "style": {
  274. "navigationBarTitleText": "提现",
  275. "navigationBarBackgroundColor": "#e93323"
  276. // #ifdef MP
  277. ,
  278. "navigationBarTextStyle": "#fff"
  279. // #endif
  280. }
  281. },
  282. {
  283. "path": "user_vip/index",
  284. "style": {
  285. "navigationBarTitleText": "我的等级",
  286. "navigationBarBackgroundColor": "#232323"
  287. // #ifdef MP
  288. ,
  289. "navigationBarTextStyle": "#fff"
  290. // #endif
  291. }
  292. },
  293. {
  294. "path": "user_address_list/index",
  295. "style": {
  296. "navigationBarTitleText": "地址管理"
  297. }
  298. },
  299. {
  300. "path": "user_address/index",
  301. "style": {
  302. "navigationBarTitleText": "添加地址"
  303. }
  304. },
  305. {
  306. "path": "user_phone/index",
  307. "style": {
  308. "navigationBarTitleText": "绑定手机",
  309. "navigationBarBackgroundColor": "#e93323"
  310. // #ifdef MP
  311. ,
  312. "navigationBarTextStyle": "#fff"
  313. // #endif
  314. }
  315. },
  316. {
  317. "path": "user_payment/index",
  318. "style": {
  319. "navigationBarTitleText": "余额充值"
  320. }
  321. },
  322. {
  323. "path": "user_pwd_edit/index",
  324. "style": {
  325. "navigationBarTitleText": "修改密码",
  326. "navigationBarBackgroundColor": "#e93323"
  327. // #ifdef MP
  328. ,
  329. "navigationBarTextStyle": "#fff"
  330. // #endif
  331. }
  332. },
  333. {
  334. "path": "order_confirm/index",
  335. "style": {
  336. "navigationBarTitleText": "提交订单"
  337. }
  338. },
  339. {
  340. "path": "goods_details_store/index",
  341. "style": {
  342. "navigationBarTitleText": "门店列表"
  343. }
  344. },
  345. {
  346. "path": "promoter-list/index",
  347. "style": {
  348. "navigationBarTitleText": "推广人列表",
  349. "navigationBarBackgroundColor": "#e93323"
  350. // #ifdef MP
  351. ,
  352. "navigationBarTextStyle": "#fff"
  353. // #endif
  354. }
  355. },
  356. {
  357. "path": "promoter-order/index",
  358. "style": {
  359. "navigationBarTitleText": "推广人订单",
  360. "navigationBarBackgroundColor": "#e93323"
  361. // #ifdef MP
  362. ,
  363. "navigationBarTextStyle": "#fff"
  364. // #endif
  365. }
  366. },
  367. {
  368. "path": "promoter_rank/index",
  369. "style": {
  370. "navigationBarTitleText": "推广人排行",
  371. "navigationBarBackgroundColor": "#e93323"
  372. // #ifdef MP
  373. ,
  374. "navigationBarTextStyle": "#fff"
  375. // #endif
  376. }
  377. },
  378. {
  379. "path": "commission_rank/index",
  380. "style": {
  381. "navigationBarTitleText": "佣金排行",
  382. "navigationBarBackgroundColor": "#e93323"
  383. // #ifdef MP
  384. ,
  385. "navigationBarTextStyle": "#fff"
  386. // #endif
  387. }
  388. },
  389. {
  390. "path": "order_list/index",
  391. "style": {
  392. "navigationBarTitleText": "我的订单"
  393. }
  394. },
  395. {
  396. "path": "goods_logistics/index",
  397. "style": {
  398. "navigationBarTitleText": "物流信息"
  399. }
  400. },
  401. {
  402. "path": "user_return_list/index",
  403. "style": {
  404. "navigationBarTitleText": "退货列表"
  405. }
  406. },
  407. {
  408. "path": "goods_return/index",
  409. "style": {
  410. "navigationBarTitleText": "申请退货"
  411. }
  412. },
  413. {
  414. "path": "login/index",
  415. "style": {
  416. "navigationBarTitleText": "登录"
  417. }
  418. },
  419. {
  420. "path": "goods_comment_list/index",
  421. "style": {
  422. "navigationBarTitleText": "商品评分"
  423. }
  424. },
  425. {
  426. "path": "goods_comment_con/index",
  427. "style": {
  428. "navigationBarTitleText": "商品评价"
  429. }
  430. }
  431. ]
  432. // "plugins": {
  433. // "live-player-plugin": {
  434. // "version": "1.2.4",
  435. // "provider": "wx2b03c6e691cd7370"
  436. // }
  437. // }
  438. },
  439. {
  440. "root": "pages/activity",
  441. "name": "activity",
  442. "pages": [{
  443. "path": "goods_bargain/index",
  444. "style": {
  445. "navigationStyle": "custom"
  446. // #ifdef MP
  447. ,
  448. "navigationBarTextStyle": "#fff"
  449. // #endif
  450. }
  451. },
  452. {
  453. "path": "goods_bargain_details/index",
  454. "style": {
  455. "navigationStyle": "custom"
  456. // #ifdef MP
  457. ,
  458. "navigationBarTextStyle": "#fff"
  459. // #endif
  460. }
  461. },
  462. {
  463. "path": "goods_combination/index",
  464. "style": {
  465. "navigationStyle": "custom"
  466. // #ifdef MP
  467. ,
  468. "navigationBarTextStyle": "#fff"
  469. // #endif
  470. }
  471. },
  472. {
  473. "path": "goods_combination_details/index",
  474. "style": {
  475. "navigationStyle": "custom"
  476. // #ifdef MP
  477. ,
  478. "navigationBarTextStyle": "#fff"
  479. // #endif
  480. }
  481. },
  482. {
  483. "path": "goods_combination_status/index",
  484. "style": {
  485. "navigationBarTitleText": "拼团"
  486. }
  487. },
  488. {
  489. "path": "goods_seckill/index",
  490. "style": {
  491. "navigationBarTitleText": "限时秒杀"
  492. // #ifdef MP
  493. ,
  494. "navigationBarTextStyle": "#fff",
  495. "navigationBarBackgroundColor": "#e93323"
  496. // #endif
  497. }
  498. },
  499. {
  500. "path": "goods_seckill_details/index",
  501. "style": {
  502. "navigationBarTitleText": "秒杀详情"
  503. // #ifdef MP
  504. ,
  505. "navigationStyle": "custom"
  506. // #endif
  507. }
  508. },
  509. {
  510. "path": "poster-poster/index",
  511. "style": {
  512. "navigationBarTitleText": "砍价海报"
  513. // #ifdef MP
  514. ,
  515. "navigationBarTextStyle": "#fff",
  516. "navigationBarBackgroundColor": "#d22516"
  517. // #endif
  518. }
  519. },
  520. {
  521. "path": "bargain/index",
  522. "style": {
  523. "navigationBarTitleText": "砍价记录"
  524. }
  525. }
  526. ]
  527. },
  528. {
  529. "root": "pages/admin",
  530. "name": "adminOrder",
  531. "pages": [
  532. {
  533. "path":"custom_date/index",
  534. "style":{
  535. "navigationBarTitleText":"选择日期"
  536. }
  537. },
  538. {
  539. "path": "order/index",
  540. "style": {
  541. "navigationBarTitleText": "订单首页"
  542. }
  543. },
  544. {
  545. "path": "orderList/index",
  546. "style": {
  547. "navigationBarTitleText": "订单列表"
  548. }
  549. },
  550. {
  551. "path": "orderDetail/index",
  552. "style": {
  553. "navigationBarTitleText": "订单详情"
  554. }
  555. },
  556. {
  557. "path": "delivery/index",
  558. "style": {
  559. "navigationBarTitleText": "订单发货"
  560. }
  561. },
  562. {
  563. "path": "statistics/index",
  564. "style": {
  565. "navigationBarTitleText": "订单数据统计"
  566. }
  567. },
  568. {
  569. "path": "order_cancellation/index",
  570. "style": {
  571. "navigationBarTitleText": "订单核销"
  572. }
  573. }
  574. ]
  575. },
  576. {
  577. "root": "pages/columnGoods",
  578. "name": "columnGoods",
  579. "pages": [{
  580. "path": "HotNewGoods/index",
  581. "style": {
  582. "navigationBarTitleText": "精品推荐"
  583. }
  584. },
  585. {
  586. "path": "HotNewGoods/feedback",
  587. "style": {
  588. "navigationBarTitleText": "我的客服",
  589. "navigationBarTextStyle": "white",
  590. "navigationBarBackgroundColor": "#3A3A3A"
  591. }
  592. }
  593. ]
  594. },
  595. {
  596. "root": "pages/annex",
  597. "pages": [{
  598. "path": "web_view/index",
  599. "style": {
  600. "navigationBarTitleText": "客服接待"
  601. }
  602. },
  603. {
  604. "path": "offline_pay/index",
  605. "style": {
  606. "navigationBarTitleText": "支付"
  607. }
  608. },
  609. {
  610. "path": "offline_result/index",
  611. "style": {
  612. "navigationBarTitleText": "支付结果"
  613. }
  614. }
  615. ]
  616. }
  617. ],
  618. "globalStyle": {
  619. "navigationBarTextStyle": "black",
  620. "navigationBarTitleText": "crmeb",
  621. "navigationBarBackgroundColor": "#fff",
  622. "backgroundColor": "#F8F8F8",
  623. "titleNView": false
  624. },
  625. "condition": { //模式配置,仅开发期间生效
  626. "current": 0, //当前激活的模式(list 的索引项)
  627. "list": [{
  628. "name": "", //模式名称
  629. "path": "", //启动页面,必选
  630. "query": "" //启动参数,在页面的onLoad函数里面得到
  631. }]
  632. }
  633. }