pages.json 16 KB

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