pages.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758
  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. "path": "pages/tabbar/cart/cartList",
  15. "style": {
  16. "navigationBarTitleText": "购物车",
  17. "navigationStyle": "custom",
  18. "navigationBarBackgroundColor": "#fff"
  19. }
  20. }, {
  21. "path": "pages/tabbar/category/category",
  22. "style": {
  23. "navigationBarTitleText": "分类",
  24. "navigationStyle": "custom", // 隐藏系统导航栏
  25. "navigationBarTextStyle": "black",
  26. "disableScroll": true,
  27. "bounce": "none",
  28. "scrollIndicator": "none"
  29. }
  30. },
  31. {
  32. "path": "pages/navigation/point/point-mall",
  33. "style": {
  34. "navigationBarTitleText": "积分商城",
  35. "enablePullDownRefresh": true
  36. }
  37. },
  38. {
  39. "path": "pages/navigation/selectShops",
  40. "style": {
  41. "navigationBarTitleText": "精选店铺"
  42. }
  43. },
  44. {
  45. "path": "pages/navigation/search/searchPage",
  46. "style": {
  47. "navigationBarTitleText": "搜索",
  48. "navigationStyle": "custom",
  49. "app-plus": {
  50. //app页面不显示滚动条
  51. "scrollIndicator": "none"
  52. }
  53. }
  54. }, {
  55. "path": "pages/tabbar/user/my",
  56. "style": {
  57. "navigationBarTextStyle": "white",
  58. "enablePullDownRefresh": true,
  59. "navigationStyle": "custom"
  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/deviceManage",
  201. "style": {
  202. "navigationBarTitleText": "设备管理"
  203. }
  204. },
  205. {
  206. "path": "set/securityCenter/editPassword",
  207. "style": {
  208. "navigationBarTitleText": "修改密码",
  209. "app-plus": {
  210. }
  211. }
  212. },
  213. {
  214. "path": "set/feedBack",
  215. "style": {
  216. "navigationBarTitleText": "意见反馈"
  217. }
  218. },
  219. {
  220. "path": "set/securityCenter/securityCenter",
  221. "style": {
  222. "navigationBarTitleText": "安全中心"
  223. }
  224. },
  225. {
  226. "path": "set/editionIntro",
  227. "style": {
  228. "navigationBarTitleText": "版本说明"
  229. }
  230. },
  231. {
  232. "path": "set/setUp",
  233. "style": {
  234. "navigationBarTitleText": "设置"
  235. }
  236. },
  237. {
  238. "path": "set/personMsg",
  239. "style": {
  240. "navigationBarTitleText": "个人信息",
  241. "app-plus": {
  242. "titleNView": {
  243. "padding-right": "12",
  244. "buttons": [{
  245. "text": "保存",
  246. "fontSize": "16",
  247. "width": "auto",
  248. "color": "#FFFFFF"
  249. }]
  250. }
  251. }
  252. }
  253. }, {
  254. "path": "help/tips",
  255. "style": {
  256. "navigationBarTitleText": ""
  257. }
  258. }, {
  259. "path": "point/myPoint",
  260. "style": {
  261. "navigationBarTitleText": "我的积分"
  262. }
  263. },
  264. {
  265. "path": "point/pointDetail",
  266. "style": {
  267. "navigationBarTitleText": "积分明细"
  268. }
  269. }, {
  270. "path": "msgTips/main",
  271. "style": {
  272. "navigationBarTitleText": "消息中心"
  273. }
  274. },
  275. {
  276. "path": "msgTips/sysMsg/index",
  277. "style": {
  278. "navigationBarTitleText": "系统消息"
  279. }
  280. },
  281. {
  282. "path": "msgTips/serviceMsg/index",
  283. "style": {
  284. "navigationBarTitleText": "客服记录"
  285. }
  286. },
  287. {
  288. "path": "msgTips/packageMsg/index",
  289. "style": {
  290. "navigationBarTitleText": "物流消息"
  291. }
  292. },
  293. {
  294. "path": "msgTips/packageMsg/logisticsDetail",
  295. "style": {
  296. "navigationBarTitleText": "订单跟踪"
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. "root": "pages/product",
  303. "pages": [{
  304. "path": "shopPage",
  305. "style": {
  306. "navigationBarTitleText": "详情展示",
  307. "navigationStyle": "custom"
  308. }
  309. },
  310. {
  311. "path": "goods",
  312. "style": {
  313. "backgroundColor": "#fff",
  314. "navigationStyle": "custom",
  315. "app-plus": {
  316. // 将回弹属性关掉
  317. "bounce": "none",
  318. // 禁止页面滚动
  319. "scrollIndicator": "none",
  320. "safearea": {
  321. "bottom": {
  322. "offset": "none"
  323. }
  324. }
  325. }
  326. }
  327. },
  328. {
  329. "path": "askList",
  330. "style": {
  331. "navigationBarTitleText": "问答专区"
  332. }
  333. },
  334. { //商品评价
  335. "path": "comment",
  336. "navigationStyle": "custom",
  337. "style": {
  338. "navigationBarTitleText": "商品评价",
  339. //app页面不显示滚动条
  340. "scrollIndicator": "none"
  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": "restPassword",
  372. "style": {
  373. "navigationBarTitleText": "重设密码"
  374. }
  375. },
  376. {
  377. "path": "article",
  378. "style": {
  379. "navigationBarTitleText": "文章"
  380. }
  381. },
  382. {
  383. "path": "wechatMPLogin",
  384. "style": {
  385. "navigationBarTitleText": "小程序登录"
  386. }
  387. }
  388. ]
  389. },
  390. {
  391. "root": "pages/promotion",
  392. "pages": [{
  393. "path": "sale",
  394. "style": {
  395. "navigationBarTitleText": "特惠推荐",
  396. "navigationStyle": "custom"
  397. }
  398. }, {
  399. "path": "seckill",
  400. "style": {
  401. "navigationBarTitleText": "限时抢购",
  402. "app-plus": {
  403. "titleNView": {}
  404. }
  405. }
  406. },
  407. {
  408. "path": "joinGroup",
  409. "style": {
  410. "navigationBarTitleText": "拼团活动",
  411. "navigationStyle": "custom", // 隐藏系统导航栏
  412. "app-plus": {
  413. // 将回弹属性关掉
  414. "bounce": "none"
  415. }
  416. }
  417. }, {
  418. "path": "recommend",
  419. "style": {
  420. "navigationBarTitleText": "人气推荐",
  421. "navigationStyle": "custom"
  422. }
  423. }
  424. ]
  425. },
  426. {
  427. "root": "pages/cart",
  428. "pages": [{
  429. "path": "coupon/myCoupon",
  430. "style": {
  431. "navigationBarTitleText": "我的优惠券",
  432. "app-plus": {
  433. "bounce": "coupon/none",
  434. "titleNView": {
  435. "padding-right": "12",
  436. "buttons": [{
  437. "fontSrc": "/static/font/iconfont/iconfont.ttf",
  438. "text": "\ue608",
  439. "fontSize": "20",
  440. "color": "#FFFFFF"
  441. }]
  442. }
  443. }
  444. }
  445. },
  446. {
  447. "path": "coupon/couponDetail",
  448. "style": {
  449. "navigationBarTitleText": "优惠券详情"
  450. }
  451. },
  452. {
  453. "path": "coupon/index",
  454. "style": {
  455. "navigationBarTitleText": "优惠券"
  456. }
  457. },
  458. {
  459. "path": "coupon/couponIntro",
  460. "style": {
  461. "navigationBarTitleText": "优惠券说明"
  462. }
  463. },
  464. {
  465. "path": "coupon/couponCenter",
  466. "style": {
  467. "navigationBarTitleText": "领券中心",
  468. "enablePullDownRefresh": true,
  469. "app-plus": {
  470. "bounce": "none",
  471. "titleNView": {
  472. "padding-right": "12",
  473. "buttons": [{
  474. "fontSrc": "/static/font/iconfont/iconfont.ttf",
  475. "text": "\ue608",
  476. "fontSize": "20",
  477. "color": "#FFFFFF"
  478. }]
  479. }
  480. }
  481. }
  482. },
  483. {
  484. "path": "payment/payOrder",
  485. "style": {
  486. "navigationBarTitleText": "支付订单",
  487. "app-plus": {
  488. "popGesture": "none" //禁止侧滑退出
  489. }
  490. }
  491. },
  492. {
  493. "path": "payment/success",
  494. "style": {
  495. "navigationBarTitleText": "支付成功",
  496. "navigationStyle": "custom", // 隐藏系统导航栏
  497. "navigationBarTextStyle": "white",
  498. "app-plus": {
  499. "popGesture": "none", //禁止侧滑退出
  500. "titleNView": false
  501. }
  502. }
  503. },
  504. {
  505. "path": "payment/shareOrderGoods",
  506. "style": {
  507. "navigationBarTitleText": "",
  508. "app-plus": {
  509. }
  510. }
  511. }
  512. ]
  513. },
  514. {
  515. "root": "pages/order",
  516. "pages": [{
  517. "path": "complain/complain",
  518. "style": {
  519. "navigationBarTitleText": "订单商品投诉"
  520. }
  521. },
  522. {
  523. "path": "complain/complainInfo",
  524. "style": {
  525. "navigationBarTitleText": "投诉详情"
  526. }
  527. },
  528. {
  529. "path": "complain/complainList",
  530. "style": {
  531. "navigationBarTitleText": "投诉列表"
  532. }
  533. },
  534. {
  535. "path": "myOrder",
  536. "style": {
  537. "navigationBarTitleText": "我的订单",
  538. "enablePullDownRefresh": true,
  539. "app-plus": {
  540. "bounce": "none"
  541. }
  542. }
  543. },
  544. {
  545. "path": "invoice/invoiceDetail",
  546. "style": {
  547. "navigationBarTitleText": "发票详情"
  548. }
  549. },
  550. {
  551. "path": "orderDetail",
  552. "style": {
  553. "navigationBarTitleText": "订单详情"
  554. }
  555. },
  556. {
  557. "path": "evaluate/evaluateInfo",
  558. "style": {
  559. "navigationBarTitleText": "评价介绍"
  560. }
  561. },
  562. {
  563. "path": "evaluate/evaluateDetail",
  564. "style": {
  565. "navigationBarTitleText": "评价详情"
  566. }
  567. },
  568. {
  569. "path": "evaluate/againEvaluate",
  570. "style": {
  571. "navigationBarTitleText": "追加评价"
  572. }
  573. },
  574. {
  575. "path": "evaluate/releaseEvaluate",
  576. "style": {
  577. "navigationBarTitleText": "发布评价"
  578. }
  579. },
  580. {
  581. "path": "evaluate/myEvaluate",
  582. "style": {
  583. "navigationBarTitleText": "我的评价"
  584. }
  585. },
  586. {
  587. "path": "afterSales/applyCancel",
  588. "style": {
  589. "navigationBarTitleText": "取消订单"
  590. }
  591. },
  592. {
  593. "path": "afterSales/applyProgress",
  594. "style": {
  595. "navigationBarTitleText": "售后服务"
  596. }
  597. },
  598. {
  599. "path": "afterSales/applyDetail",
  600. "style": {
  601. "navigationBarTitleText": "售后服务"
  602. }
  603. },
  604. {
  605. "path": "afterSales/applySuccess",
  606. "style": {
  607. "navigationBarTitleText": "提交成功",
  608. "app-plus": {
  609. "bounce": "none",
  610. "titleNView": {
  611. "titleColor": "#FFFFFF",
  612. "buttons": [{
  613. "text": "完成",
  614. "fontSize": "14",
  615. "color": "#FFFFFF",
  616. "width": "36px"
  617. // "background": "rgba(0,0,0,0)"
  618. }]
  619. }
  620. }
  621. }
  622. },
  623. {
  624. "path": "afterSales/afterSalesDetailExpress"
  625. },
  626. {
  627. "path": "afterSales/afterSalesSelect",
  628. "style": {
  629. "navigationBarTitleText": "申请售后"
  630. }
  631. },
  632. {
  633. "path": "afterSales/afterSalesDetail",
  634. "style": {
  635. "navigationBarTitleText": "申请售后"
  636. }
  637. },
  638. {
  639. "path": "afterSales/afterSales",
  640. "style": {
  641. "navigationBarTitleText": "售后管理",
  642. "enablePullDownRefresh": true
  643. }
  644. },
  645. {
  646. "path": "fillorder",
  647. "style": {
  648. "navigationBarTitleText": "填写订单"
  649. }
  650. }
  651. ]
  652. }
  653. ],
  654. "globalStyle": {
  655. "navigationBarTextStyle": "black",
  656. "navigationBarTitleText": "Lili商城",
  657. "titleColor": "#303133",
  658. "navigationBarBackgroundColor": "#fff",
  659. "backgroundColor": "#fff",
  660. "color": "#FFFFFF",
  661. "app-plus": {
  662. // 全局关闭回弹功能
  663. "bounce": "none"
  664. }
  665. },
  666. "tabBar": {
  667. "color": "#666",
  668. "selectedColor": "#ff573e",
  669. "borderStyle": "black",
  670. "backgroundColor": "#ffffff",
  671. "list": [{
  672. "pagePath": "pages/tabbar/home/index",
  673. "iconPath": "static/tabbar/home.png",
  674. "selectedIconPath": "static/tabbar/home-s.png",
  675. "text": "首页"
  676. },
  677. {
  678. "pagePath": "pages/tabbar/category/category",
  679. "iconPath": "static/tabbar/category.png",
  680. "selectedIconPath": "static/tabbar/category-s.png",
  681. "text": "分类"
  682. },
  683. // {
  684. // "pagePath": "pages/navigation/point/point-mall",
  685. // "iconPath": "static/tabbar/point-mall.png",
  686. // "selectedIconPath": "static/tabbar/point-mall-s.png",
  687. // "text": "积分商城"
  688. // },
  689. {
  690. "pagePath": "pages/tabbar/cart/cartList",
  691. "iconPath": "static/tabbar/cart.png",
  692. "selectedIconPath": "static/tabbar/cart-s.png",
  693. "text": "购物车"
  694. },
  695. {
  696. "pagePath": "pages/tabbar/user/my",
  697. "iconPath": "static/tabbar/mine.png",
  698. "selectedIconPath": "static/tabbar/mine-s.png",
  699. "text": "我的"
  700. }
  701. ]
  702. },
  703. // #todo 为什么要注释condition下代码?
  704. // IOS plus.runtime.arguments 添加 condition节点后, 框架会修改 runtime.arguments
  705. // 会影响什么功能?
  706. // -在h5中唤醒app会一直返回默认值 {"name":"","path":"","query":"","id":0}
  707. "condition": { //模式配置,仅开发期间生效
  708. // "current": 0, //当前激活的模式(list 的索引项)
  709. // "list": [{
  710. // "name": "", //模式名称
  711. // "path":"", //启动页面,必选
  712. // "query": "" //启动参数,在页面的onLoad函数里面得到
  713. // }]
  714. }
  715. }