pages.json 15 KB

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