pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/tabbar/home/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom", // 隐藏系统导航栏
  11. "navigationBarTextStyle": "black"
  12. }
  13. },
  14. {
  15. "path": "pages/tabbar/cart/cartList",
  16. "style": {
  17. "navigationBarTitleText": "购物车",
  18. "navigationStyle": "custom",
  19. "navigationBarBackgroundColor": "#fff"
  20. }
  21. }, {
  22. "path": "pages/tabbar/category/category",
  23. "style": {
  24. "navigationBarTitleText": "分类",
  25. "navigationStyle": "custom", // 隐藏系统导航栏
  26. "navigationBarTextStyle": "black",
  27. "disableScroll": true,
  28. "bounce": "none",
  29. "scrollIndicator": "none"
  30. }
  31. },
  32. {
  33. "path": "pages/navigation/point/point-mall",
  34. "style": {
  35. "navigationBarTitleText": "积分商城",
  36. "enablePullDownRefresh": true
  37. }
  38. },
  39. {
  40. "path": "pages/navigation/search/searchPage",
  41. "style": {
  42. "navigationBarTitleText": "搜索",
  43. "navigationStyle": "custom",
  44. "app-plus": {
  45. //app页面不显示滚动条
  46. "scrollIndicator": "none"
  47. }
  48. }
  49. }, {
  50. "path": "pages/tabbar/user/my",
  51. "style": {
  52. "navigationBarTextStyle": "white",
  53. "enablePullDownRefresh": true,
  54. "navigationStyle": "custom"
  55. }
  56. },
  57. {
  58. "path": "pages/tabbar/home/web-view",
  59. "style": {
  60. }
  61. }
  62. ],
  63. "subPackages": [
  64. {
  65. "root": "pages/mine",
  66. "pages": [
  67. {
  68. "path": "signIn",
  69. "style": {
  70. "navigationBarTitleText": "签到"
  71. }
  72. }, {
  73. "path": "myTracks",
  74. "style": {
  75. "navigationBarTitleText": "我的足迹",
  76. "enablePullDownRefresh": true,
  77. "app-plus": {
  78. "titleNView": {
  79. "buttons": [{
  80. "text": "编辑",
  81. "fontSize": "14"
  82. }]
  83. }
  84. }
  85. }
  86. }, {
  87. "path": "myCollect",
  88. "style": {
  89. "navigationBarTitleText": "收藏",
  90. "enablePullDownRefresh": true, //下拉刷新
  91. "app-plus": {
  92. "scrollIndicator": "none"
  93. }
  94. }
  95. },
  96. {
  97. "path": "distribution/list",
  98. "style": {
  99. "navigationBarTitleText": "推广分佣",
  100. "app-plus": {
  101. //app页面不显示滚动条
  102. "scrollIndicator": "none"
  103. }
  104. }
  105. },
  106. {
  107. "path": "distribution/withdrawal",
  108. "style": {
  109. "navigationBarTitleText": "提现",
  110. "app-plus": {
  111. //app页面不显示滚动条
  112. "scrollIndicator": "none"
  113. }
  114. }
  115. },
  116. {
  117. "path": "distribution/join",
  118. "style": {
  119. "navigationBarTitleText": "推广资格申请",
  120. "navigationBarTextStyle": "black",
  121. "app-plus": {
  122. //app页面不显示滚动条
  123. "scrollIndicator": "none"
  124. }
  125. }
  126. },
  127. {
  128. "path": "distribution/history",
  129. "style": {
  130. "navigationBarTitleText": "提现历史"
  131. }
  132. },
  133. {
  134. "path": "distribution/auth",
  135. "style": {
  136. "navigationBarTitleText": "会员实名认证"
  137. }
  138. },
  139. {
  140. "path": "distribution/achievement",
  141. "style": {
  142. "navigationBarTitleText": "我的分销业绩"
  143. }
  144. },
  145. {
  146. "path": "distribution/home",
  147. "style": {
  148. "navigationBarTitleText": "推广分佣"
  149. }
  150. },
  151. {
  152. "path": "deposit/index",
  153. "style": {
  154. "navigationBarTitleText": "预存款列表"
  155. }
  156. },
  157. {
  158. "path": "deposit/info",
  159. "style": {
  160. "navigationBarTitleText": "预存款详情"
  161. }
  162. },
  163. {
  164. "path": "aboutUs",
  165. "style": {
  166. "navigationBarTitleText": "关于我们"
  167. }
  168. }, {
  169. "path": "address/address",
  170. "style": {
  171. "enablePullDownRefresh": true,
  172. "navigationBarTitleText": "地址管理"
  173. }
  174. },
  175. {
  176. "path": "address/add",
  177. "style": {
  178. "navigationBarTitleText": "收货人"
  179. }
  180. },
  181. {
  182. "path": "address/addressManage",
  183. "style": {
  184. "navigationBarTitleText": "地址管理"
  185. }
  186. },
  187. {
  188. "path": "set/securityCenter/fingerLogin",
  189. "style": {
  190. "navigationBarTitleText": "指纹登录"
  191. }
  192. },
  193. {
  194. "path": "set/securityCenter/faceLogin",
  195. "style": {
  196. "navigationBarTitleText": "面容登录"
  197. }
  198. },
  199. {
  200. "path": "set/securityCenter/editPassword",
  201. "style": {
  202. "navigationBarTitleText": "修改密码",
  203. "app-plus": {
  204. }
  205. }
  206. },
  207. {
  208. "path": "set/feedBack",
  209. "style": {
  210. "navigationBarTitleText": "意见反馈"
  211. }
  212. },
  213. {
  214. "path": "set/securityCenter/securityCenter",
  215. "style": {
  216. "navigationBarTitleText": "安全中心"
  217. }
  218. },
  219. {
  220. "path": "set/editionIntro",
  221. "style": {
  222. "navigationBarTitleText": "版本说明"
  223. }
  224. },
  225. {
  226. "path": "set/setUp",
  227. "style": {
  228. "navigationBarTitleText": "设置"
  229. }
  230. },
  231. {
  232. "path": "set/personMsg",
  233. "style": {
  234. "navigationBarTitleText": "个人信息",
  235. "app-plus": {
  236. "titleNView": {
  237. "padding-right": "12",
  238. "buttons": [{
  239. "text": "保存",
  240. "fontSize": "16",
  241. "width": "auto",
  242. "color": "#FFFFFF"
  243. }]
  244. }
  245. }
  246. }
  247. }, {
  248. "path": "help/tips",
  249. "style": {
  250. "navigationBarTitleText": ""
  251. }
  252. }, {
  253. "path": "point/myPoint",
  254. "style": {
  255. "navigationBarTitleText": "我的积分"
  256. }
  257. },
  258. {
  259. "path": "msgTips/main",
  260. "style": {
  261. "navigationBarTitleText": "消息中心"
  262. }
  263. },
  264. {
  265. "path": "msgTips/sysMsg/index",
  266. "style": {
  267. "navigationBarTitleText": "系统消息"
  268. }
  269. },
  270. {
  271. "path": "msgTips/serviceMsg/index",
  272. "style": {
  273. "navigationBarTitleText": "客服记录"
  274. }
  275. },
  276. {
  277. "path": "msgTips/packageMsg/index",
  278. "style": {
  279. "navigationBarTitleText": "物流消息"
  280. }
  281. },
  282. {
  283. "path": "msgTips/packageMsg/logisticsDetail",
  284. "style": {
  285. "navigationBarTitleText": "订单跟踪"
  286. }
  287. }
  288. ]
  289. },
  290. {
  291. "root": "pages/product",
  292. "pages": [{
  293. "path": "shopPage",
  294. "style": {
  295. "navigationBarTitleText": "详情展示",
  296. "navigationStyle": "custom"
  297. }
  298. },
  299. {
  300. "path": "goods",
  301. "style": {
  302. "backgroundColor": "#fff",
  303. "navigationStyle": "custom",
  304. "app-plus": {
  305. // 将回弹属性关掉
  306. "bounce": "none",
  307. // 禁止页面滚动
  308. "scrollIndicator": "none",
  309. "safearea": {
  310. "bottom": {
  311. "offset": "none"
  312. }
  313. }
  314. }
  315. }
  316. },
  317. {
  318. "path": "askList",
  319. "style": {
  320. "navigationBarTitleText": "问答专区"
  321. }
  322. },
  323. { //商品评价
  324. "path": "comment",
  325. "navigationStyle": "custom",
  326. "style": {
  327. "navigationBarTitleText": "商品评价",
  328. //app页面不显示滚动条
  329. "scrollIndicator": "none"
  330. }
  331. },
  332. { // 客服
  333. "path": "customerservice/index",
  334. "style": {
  335. "navigationBarTitleText": "客服",
  336. "usingComponents": {
  337. // #ifdef MP-WEIXIN
  338. "chat": "plugin://myPlugin/chat"
  339. // #endif
  340. }
  341. }
  342. }
  343. ]
  344. },
  345. {
  346. "root": "pages/floor",
  347. "pages": [{
  348. "path": "empty"
  349. }]
  350. },
  351. {
  352. "root": "pages/passport",
  353. "pages": [{
  354. "path": "login",
  355. "style": {
  356. "navigationBarTitleText": "",
  357. "navigationStyle": "custom",
  358. "app-plus": {
  359. "titleNView": false,
  360. "animationType": "slide-in-bottom",
  361. "scrollIndicator": "none",
  362. "safearea": {
  363. "bottom": {
  364. "offset": "none"
  365. }
  366. }
  367. }
  368. }
  369. },
  370. {
  371. "path": "article",
  372. "style": {
  373. "navigationBarTitleText": "文章"
  374. }
  375. },
  376. {
  377. "path": "wechatMPLogin",
  378. "style": {
  379. "navigationBarTitleText": "小程序登录"
  380. }
  381. }
  382. ]
  383. },
  384. {
  385. "root": "pages/promotion",
  386. "pages": [{
  387. "path": "sale",
  388. "style": {
  389. "navigationBarTitleText": "特惠推荐",
  390. "navigationStyle": "custom"
  391. }
  392. }, {
  393. "path": "seckill",
  394. "style": {
  395. "navigationBarTitleText": "限时抢购",
  396. "app-plus": {
  397. "titleNView": {
  398. "homeButton":true
  399. }
  400. }
  401. }
  402. },
  403. {
  404. "path": "joinGroup",
  405. "style": {
  406. "navigationBarTitleText": "拼团活动",
  407. "navigationStyle": "custom", // 隐藏系统导航栏
  408. "app-plus": {
  409. // 将回弹属性关掉
  410. "bounce": "none"
  411. }
  412. }
  413. }, {
  414. "path": "recommend",
  415. "style": {
  416. "navigationBarTitleText": "人气推荐",
  417. "navigationStyle": "custom"
  418. }
  419. },{
  420. "path": "lives",
  421. "style": {
  422. "navigationStyle": "custom",
  423. "navigationBarTextStyle": "black"
  424. }
  425. }
  426. ]
  427. },
  428. {
  429. "root": "pages/cart",
  430. "pages": [{
  431. "path": "coupon/myCoupon",
  432. "style": {
  433. "navigationBarTitleText": "我的优惠券",
  434. "app-plus": {
  435. "bounce": "coupon/none",
  436. "titleNView": {
  437. "padding-right": "12",
  438. "buttons": [{
  439. "fontSrc": "/static/font/iconfont/iconfont.ttf",
  440. "text": "\ue608",
  441. "fontSize": "20",
  442. "color": "#FFFFFF"
  443. }]
  444. }
  445. }
  446. }
  447. },
  448. {
  449. "path": "coupon/couponDetail",
  450. "style": {
  451. "navigationBarTitleText": "优惠券详情"
  452. }
  453. },
  454. {
  455. "path": "coupon/index",
  456. "style": {
  457. "navigationBarTitleText": "优惠券"
  458. }
  459. },
  460. {
  461. "path": "coupon/couponCenter",
  462. "style": {
  463. "navigationBarTitleText": "领券中心",
  464. "enablePullDownRefresh": true,
  465. "app-plus": {
  466. "bounce": "none",
  467. "titleNView": {
  468. "padding-right": "12",
  469. "buttons": [{
  470. "fontSrc": "/static/font/iconfont/iconfont.ttf",
  471. "text": "\ue608",
  472. "fontSize": "20",
  473. "color": "#FFFFFF"
  474. }]
  475. }
  476. }
  477. }
  478. },
  479. {
  480. "path": "payment/payOrder",
  481. "style": {
  482. "navigationBarTitleText": "支付订单",
  483. "app-plus": {
  484. "popGesture": "none" //禁止侧滑退出
  485. }
  486. }
  487. },
  488. {
  489. "path": "payment/success",
  490. "style": {
  491. "navigationBarTitleText": "支付成功",
  492. "navigationStyle": "custom", // 隐藏系统导航栏
  493. "navigationBarTextStyle": "white",
  494. "app-plus": {
  495. "popGesture": "none", //禁止侧滑退出
  496. "titleNView": false
  497. }
  498. }
  499. },
  500. {
  501. "path": "payment/shareOrderGoods",
  502. "style": {
  503. "navigationBarTitleText": "",
  504. "app-plus": {
  505. }
  506. }
  507. }
  508. ]
  509. },
  510. {
  511. "root": "pages/order",
  512. "pages": [{
  513. "path": "complain/complain",
  514. "style": {
  515. "navigationBarTitleText": "订单商品投诉"
  516. }
  517. },
  518. {
  519. "path": "complain/complainInfo",
  520. "style": {
  521. "navigationBarTitleText": "投诉详情"
  522. }
  523. },
  524. {
  525. "path": "complain/complainList",
  526. "style": {
  527. "navigationBarTitleText": "投诉列表"
  528. }
  529. },
  530. {
  531. "path": "myOrder",
  532. "style": {
  533. "navigationBarTitleText": "我的订单",
  534. "enablePullDownRefresh": true,
  535. "app-plus": {
  536. "bounce": "none"
  537. }
  538. }
  539. },
  540. {
  541. "path": "invoice/invoiceDetail",
  542. "style": {
  543. "navigationBarTitleText": "发票详情"
  544. }
  545. },
  546. {
  547. "path": "orderDetail",
  548. "style": {
  549. "navigationBarTitleText": "订单详情"
  550. }
  551. },
  552. {
  553. "path": "evaluate/evaluateDetail",
  554. "style": {
  555. "navigationBarTitleText": "评价详情"
  556. }
  557. },
  558. {
  559. "path": "evaluate/releaseEvaluate",
  560. "style": {
  561. "navigationBarTitleText": "发布评价"
  562. }
  563. },
  564. {
  565. "path": "evaluate/myEvaluate",
  566. "style": {
  567. "navigationBarTitleText": "我的评价"
  568. }
  569. },
  570. {
  571. "path": "afterSales/applyProgress",
  572. "style": {
  573. "navigationBarTitleText": "售后服务"
  574. }
  575. },
  576. {
  577. "path": "afterSales/applyDetail",
  578. "style": {
  579. "navigationBarTitleText": "售后服务"
  580. }
  581. },
  582. {
  583. "path": "afterSales/applySuccess",
  584. "style": {
  585. "navigationBarTitleText": "提交成功",
  586. "app-plus": {
  587. "bounce": "none",
  588. "titleNView": {
  589. "titleColor": "#FFFFFF",
  590. "buttons": [{
  591. "text": "完成",
  592. "fontSize": "14",
  593. "color": "#FFFFFF",
  594. "width": "36px"
  595. // "background": "rgba(0,0,0,0)"
  596. }]
  597. }
  598. }
  599. }
  600. },
  601. {
  602. "path": "afterSales/afterSalesDetailExpress"
  603. },
  604. {
  605. "path": "afterSales/afterSalesSelect",
  606. "style": {
  607. "navigationBarTitleText": "申请售后"
  608. }
  609. },
  610. {
  611. "path": "afterSales/afterSalesDetail",
  612. "style": {
  613. "navigationBarTitleText": "申请售后"
  614. }
  615. },
  616. {
  617. "path": "afterSales/afterSales",
  618. "style": {
  619. "navigationBarTitleText": "售后管理",
  620. "enablePullDownRefresh": true
  621. }
  622. },
  623. {
  624. "path": "fillorder",
  625. "style": {
  626. "navigationBarTitleText": "填写订单"
  627. }
  628. }
  629. ]
  630. }
  631. ],
  632. "globalStyle": {
  633. "navigationBarTextStyle": "black",
  634. "navigationBarTitleText": "Lili商城",
  635. "titleColor": "#303133",
  636. "navigationBarBackgroundColor": "#fff",
  637. "backgroundColor": "#fff",
  638. "color": "#FFFFFF",
  639. "app-plus": {
  640. // 全局关闭回弹功能
  641. "bounce": "none"
  642. }
  643. },
  644. "tabBar": {
  645. "color": "#666",
  646. "selectedColor": "#ff573e",
  647. "borderStyle": "black",
  648. "backgroundColor": "#ffffff",
  649. "list": [{
  650. "pagePath": "pages/tabbar/home/index",
  651. "iconPath": "static/tabbar/home.png",
  652. "selectedIconPath": "static/tabbar/home-s.png",
  653. "text": "首页"
  654. },
  655. {
  656. "pagePath": "pages/tabbar/category/category",
  657. "iconPath": "static/tabbar/category.png",
  658. "selectedIconPath": "static/tabbar/category-s.png",
  659. "text": "分类"
  660. },
  661. // {
  662. // "pagePath": "pages/navigation/point/point-mall",
  663. // "iconPath": "static/tabbar/point-mall.png",
  664. // "selectedIconPath": "static/tabbar/point-mall-s.png",
  665. // "text": "积分商城"
  666. // },
  667. {
  668. "pagePath": "pages/tabbar/cart/cartList",
  669. "iconPath": "static/tabbar/cart.png",
  670. "selectedIconPath": "static/tabbar/cart-s.png",
  671. "text": "购物车"
  672. },
  673. {
  674. "pagePath": "pages/tabbar/user/my",
  675. "iconPath": "static/tabbar/mine.png",
  676. "selectedIconPath": "static/tabbar/mine-s.png",
  677. "text": "我的"
  678. }
  679. ]
  680. },
  681. // #todo 为什么要注释condition下代码?
  682. // IOS plus.runtime.arguments 添加 condition节点后, 框架会修改 runtime.arguments
  683. // 会影响什么功能?
  684. // -在h5中唤醒app会一直返回默认值 {"name":"","path":"","query":"","id":0}
  685. "condition": { //模式配置,仅开发期间生效
  686. // "current": 0, //当前激活的模式(list 的索引项)
  687. // "list": [{
  688. // "name": "", //模式名称
  689. // "path":"", //启动页面,必选
  690. // "query": "" //启动参数,在页面的onLoad函数里面得到
  691. // }]
  692. }
  693. }