pages.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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/ruzhuxuzhi/ruzhuxuzhi",
  22. "style":{
  23. "navigationBarTitleText": "入住须知"
  24. }
  25. },
  26. {
  27. "path": "pages/gongyuxiangqing/gongyuxiangqing",
  28. "style":{
  29. "navigationBarTitleText": "公寓详情"
  30. }
  31. }
  32. ],
  33. "globalStyle": {
  34. "navigationBarTextStyle": "black",
  35. "navigationBarTitleText": "uni-app",
  36. "navigationBarBackgroundColor": "#FFFFFF",
  37. "backgroundColor": "#FFFFFF",
  38. "app-plus": {
  39. "background": "#efeff4"
  40. }
  41. },
  42. "tabBar": {//底部导航
  43. "color": "#7A7E83",
  44. "selectedColor": "#296DE3",
  45. "borderStyle": "black",
  46. "backgroundColor": "#ffffff",
  47. "list": [{
  48. "pagePath": "pages/index/index",
  49. "iconPath": "static/tabbar/apartment.svg",
  50. "selectedIconPath": "static/tabbar/apart_dian.svg",//选中时的图片路径
  51. "text": "公寓"
  52. }, {
  53. "pagePath": "pages/myself/myself",
  54. "iconPath": "static/tabbar/myself.svg",
  55. "selectedIconPath": "static/tabbar/myself_dian.svg",
  56. "text": "我的"
  57. }]
  58. }
  59. }