pages.json 1.7 KB

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