pages.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "抗疫物资",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/login/login",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/changepass/changepass",
  22. "style": {
  23. "navigationBarTitleText": "修改密码",
  24. "navigationStyle": "custom"
  25. }
  26. },
  27. {
  28. "path": "pages/succeed/succeed",
  29. "style": {
  30. "navigationBarTitleText": "抗疫物资",
  31. "navigationStyle": "custom"
  32. }
  33. },
  34. {
  35. "path": "pages/apply/apply",
  36. "style": {
  37. "navigationBarTitleText": "申请物资登记",
  38. "navigationStyle": "custom"
  39. }
  40. },
  41. {
  42. "path": "pages/apply/goods/goods",
  43. "style": {
  44. "navigationBarTitleText": "选择物资",
  45. "navigationStyle": "custom"
  46. }
  47. },
  48. {
  49. "path": "pages/apply/applylist/applylist",
  50. "style": {
  51. "navigationBarTitleText": "申请记录",
  52. "navigationStyle": "custom"
  53. }
  54. },
  55. {
  56. "path": "pages/apply/applylist/list",
  57. "style": {
  58. "navigationBarTitleText": "物资列表",
  59. "navigationStyle": "custom"
  60. }
  61. },
  62. {
  63. "path": "pages/apply/applyItem/applyItem",
  64. "style": {
  65. "navigationBarTitleText": "申请详情",
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/center/index",
  71. "style": {
  72. "navigationBarTitleText": "抗疫物资",
  73. "navigationStyle": "custom"
  74. }
  75. },
  76. {
  77. "path": "pages/center/message/message",
  78. "style": {
  79. "navigationStyle":"custom",// 隐藏系统导航栏
  80. "navigationBarTitleText": "消息通知"
  81. }
  82. },
  83. {
  84. "path": "pages/center/message/messageInfo",
  85. "style": {
  86. "navigationStyle":"custom",// 隐藏系统导航栏
  87. "navigationBarTitleText": "消息详情"
  88. }
  89. },
  90. {
  91. "path": "pages/center/organInfo/organInfo",
  92. "style": {
  93. "navigationStyle":"custom",// 隐藏系统导航栏
  94. "navigationBarTitleText": "机构信息"
  95. }
  96. }
  97. ],
  98. "globalStyle": {
  99. "navigationBarTextStyle": "black",
  100. "navigationBarTitleText": "抗疫物资申请",
  101. "navigationBarBackgroundColor": "#F8F8F8",
  102. "backgroundColor": "#F8F8F8"
  103. }
  104. // ,
  105. // "tabBar": {
  106. // "color": "#909399",
  107. // "selectedColor": "#303133",
  108. // "borderStyle": "black",
  109. // "backgroundColor": "#ffffff",
  110. // "list": [{
  111. // "pagePath": "pages/index/index",
  112. // "iconPath": "static/index.png",
  113. // "selectedIconPath": "static/index-selected.png",
  114. // "text": "首页"
  115. // }, {
  116. // "pagePath": "pages/center/index",
  117. // "iconPath": "static/center.png",
  118. // "selectedIconPath": "static/center-selected.png",
  119. // "text": "我"
  120. // }]
  121. // }
  122. }