pages.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "entryPagePath": "pages/beixWarehouse/beixWarehouse",
  3. "pages": [
  4. {
  5. "path": "pages/home/home",
  6. "style": {
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. {
  11. "path": "pages/daixjgk/daixjgk",
  12. "style": {
  13. "navigationBarTitleText": "待选交割库"
  14. }
  15. },
  16. {
  17. "path": "pages/beixWarehouse/beixWarehouse",
  18. "style": {
  19. "navigationBarTitleText": "备选交割库"
  20. }
  21. },
  22. {
  23. "path": "pages/filter/filter",
  24. "style": {
  25. "navigationBarTitleText": "筛选"
  26. }
  27. },
  28. {
  29. "path": "pages/warehouse/warehouse",
  30. "style": {
  31. "navigationBarTitleText": "库区基本信息"
  32. }
  33. },
  34. {
  35. "path": "pages/systemSet/systemSet",
  36. "style": {
  37. "navigationBarTitleText": "系统设置"
  38. }
  39. },
  40. {
  41. "path": "pages/clockIn/clockIn",
  42. "style": {
  43. "navigationBarTitleText": "打卡信息"
  44. }
  45. },
  46. {
  47. "path": "pages/popup/popup",
  48. "style": {
  49. "navigationBarTitleText": "Popup 弹出层",
  50. "app-plus": {
  51. "softinputMode": "adjustResize"
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/index/index",
  57. "style": {
  58. "navigationBarTitleText": "uni-app"
  59. }
  60. }
  61. ],
  62. "tabBar": {
  63. "color": "#7A7E83",
  64. "selectedColor": "#007AFF",
  65. "borderStyle": "black",
  66. "backgroundColor": "#F8F8F8",
  67. "list": [
  68. {
  69. "pagePath": "pages/home/home",
  70. "iconPath": "static/home.png",
  71. "selectedIconPath": "static/homeHL.png",
  72. "text": "首页"
  73. },
  74. {
  75. "pagePath": "pages/systemSet/systemSet",
  76. "iconPath": "static/set.png",
  77. "selectedIconPath": "static/setHL.png",
  78. "text": "系统设置"
  79. }
  80. ]
  81. },
  82. "globalStyle": {
  83. "navigationBarTextStyle": "black",
  84. "navigationBarTitleText": "uni-app",
  85. "navigationBarBackgroundColor": "#cfddfc",
  86. "backgroundColor": "#F8F8F8"
  87. },
  88. "permission": {
  89. "scope.userLocation": {
  90. "desc": "你的位置信息将用于打卡功能"
  91. }
  92. },
  93. "requiredBackgroundModes": [
  94. "location" // 如果需要在后台获取位置信息,则添加此模式
  95. ],
  96. "requiredPrivateInfos": {
  97. "location": true // 声明应用将使用地理位置相关的API
  98. },
  99. "uniIdRouter": {}
  100. }