pages.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "pages": [
  3. // {
  4. // "path": "pages/default/default",
  5. // "style": {
  6. // "navigationBarTitleText": "公告",
  7. // "enablePullDownRefresh": false,
  8. // "transparentTitle": "always",
  9. // "disableScroll": true
  10. // }
  11. // }
  12. // ,
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "navigationBarTitleText": "智慧校园公寓"
  17. }
  18. },
  19. {
  20. "path": "pages/myself/myself",
  21. "style": {
  22. "navigationBarTitleText": "我的"
  23. }
  24. },
  25. {
  26. "path": "pages/order_room/order_room",
  27. "style": {
  28. "navigationBarTitleText": "填写订单"
  29. }
  30. },
  31. {
  32. "path": "pages/my_orderlist/my_orderlist",
  33. "style": {
  34. "navigationBarTitleText": "我的订单"
  35. }
  36. },
  37. {
  38. "path": "pages/order_mark/order_mark",
  39. "style": {
  40. "navigationBarTitleText": "订单详情"
  41. }
  42. },
  43. {
  44. "path": "pages/ruzhuxuzhi/ruzhuxuzhi",
  45. "style": {
  46. "navigationBarTitleText": "入住须知"
  47. }
  48. },
  49. {
  50. "path": "pages/zhifuchenggong/zhifuchenggong",
  51. "style": {
  52. "navigationBarTitleText": "支付成功"
  53. }
  54. },
  55. {
  56. "path": "pages/p404/p404",
  57. "style": {
  58. "navigationBarTitleText": "获权失败"
  59. }
  60. },
  61. {
  62. "path": "pages/gongyujieshao/gongyujieshao",
  63. "style": {
  64. "navigationBarTitleText": "公寓介绍"
  65. }
  66. }
  67. ],
  68. "globalStyle": {
  69. "navigationBarTextStyle": "black",
  70. "navigationBarTitleText": "uni-app",
  71. "transparentTitle": "always",
  72. "navigationBarBackgroundColor": "#FFFFFF",
  73. "backgroundColor": "#FFFFFF",
  74. "app-plus": {
  75. "background": "#efeff4"
  76. }
  77. },
  78. "tabBar": { //底部导航
  79. "color": "#7A7E83",
  80. "selectedColor": "#296DE3",
  81. "borderStyle": "black",
  82. "backgroundColor": "#ffffff",
  83. "list": [{
  84. "pagePath": "pages/index/index",
  85. "iconPath": "static/tabbar/apartment.svg",
  86. "selectedIconPath": "static/tabbar/apart_dian.svg", //选中时的图片路径
  87. "text": "公寓"
  88. }, {
  89. "pagePath": "pages/myself/myself",
  90. "iconPath": "static/tabbar/myself.svg",
  91. "selectedIconPath": "static/tabbar/myself_dian.svg",
  92. "text": "我的"
  93. }]
  94. }
  95. }