pages.json 2.1 KB

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