pages.json 15 KB

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