pages.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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/gongyuxiangqing/gongyuxiangqing",
  40. "style":{
  41. "navigationBarTitleText": "公寓详情"
  42. }
  43. }
  44. ],
  45. "globalStyle": {
  46. "navigationBarTextStyle": "black",
  47. "navigationBarTitleText": "uni-app",
  48. "navigationBarBackgroundColor": "#FFFFFF",
  49. "backgroundColor": "#FFFFFF",
  50. "app-plus": {
  51. "background": "#efeff4"
  52. }
  53. },
  54. "tabBar": {//底部导航
  55. "color": "#7A7E83",
  56. "selectedColor": "#296DE3",
  57. "borderStyle": "black",
  58. "backgroundColor": "#ffffff",
  59. "list": [{
  60. "pagePath": "pages/index/index",
  61. "iconPath": "static/tabbar/apartment.svg",
  62. "selectedIconPath": "static/tabbar/apart_dian.svg",//选中时的图片路径
  63. "text": "公寓"
  64. }, {
  65. "pagePath": "pages/myself/myself",
  66. "iconPath": "static/tabbar/myself.svg",
  67. "selectedIconPath": "static/tabbar/myself_dian.svg",
  68. "text": "我的"
  69. }]
  70. }
  71. }