pages.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  1. {
  2. "entryPagePath": "pages/login/login",
  3. "pages": [
  4. {
  5. "path": "pages/login/login",
  6. "style": {
  7. "navigationBarTitleText": "登录"
  8. }
  9. },
  10. {
  11. "path": "pages/outInWarehouse/outInWarehouse",
  12. "style": {
  13. "navigationBarTitleText": "出入库"
  14. }
  15. },
  16. {
  17. "path": "pages/provincialInspector/renwList",
  18. "style": {
  19. "navigationBarTitleText": "任务列表"
  20. }
  21. },
  22. {
  23. "path": "pages/provincialInspector/selfRenwList",
  24. "style": {
  25. "navigationBarTitleText": "我的任务"
  26. }
  27. },
  28. {
  29. "path": "pages/daixjgk/daixjgk",
  30. "style": {
  31. "navigationBarTitleText": "待选交割库"
  32. }
  33. },
  34. {
  35. "path": "pages/beixWarehouse/beixWarehouse",
  36. "style": {
  37. "navigationBarTitleText": "备选交割库"
  38. }
  39. },
  40. {
  41. "path": "pages/filter/filter",
  42. "style": {
  43. "navigationBarTitleText": "筛选"
  44. }
  45. },
  46. {
  47. "path": "pages/warehouse/warehouse",
  48. "style": {
  49. "navigationBarTitleText": "库区基本信息"
  50. }
  51. },
  52. {
  53. "path": "pages/systemSet/systemSet",
  54. "style": {
  55. "navigationBarTitleText": "系统设置"
  56. }
  57. },
  58. {
  59. "path": "pages/clockIn/clockIn",
  60. "style": {
  61. "navigationBarTitleText": "打卡信息"
  62. }
  63. },
  64. {
  65. "path": "pages/myTask-verification/myTaskLayout",
  66. "style": {
  67. "navigationBarTitleText": "我的任务"
  68. // "enablePullDownRefresh": false,
  69. // "navigationStyle": "custom",
  70. // "navigationBarRightButton": { "hide": true } // 隐藏右侧胶囊按钮
  71. }
  72. },
  73. {
  74. "path": "pages/taskList-verification/taskListLayout",
  75. "style": {
  76. "navigationBarTitleText": "任务列表"
  77. }
  78. },
  79. {
  80. "path": "pages/grainDepositor/grainDepositorLayout",
  81. "style": {
  82. "navigationBarTitleText": "存粮人交收库"
  83. }
  84. },
  85. {
  86. "path": "pages/infoDetails/infoDetailsLayout",
  87. "style": {
  88. "navigationBarTitleText": "仓房详情"
  89. }
  90. },
  91. {
  92. "path": "pages/infoDetails/crk/detail",
  93. "style": {
  94. "navigationBarTitleText": "出入库记录"
  95. }
  96. },
  97. {
  98. "path": "pages/infoDetails/zj/detail",
  99. "style": {
  100. "navigationBarTitleText": "质检记录"
  101. }
  102. },
  103. {
  104. "path": "pages/warehouse-detail-verification/warehouseDetail",
  105. "style": {
  106. "navigationBarTitleText": "基本信息"
  107. }
  108. },
  109. {
  110. "path": "pages/popup/popup",
  111. "style": {
  112. "navigationBarTitleText": "Popup 弹出层",
  113. "app-plus": {
  114. "softinputMode": "adjustResize"
  115. }
  116. }
  117. },
  118. {
  119. "path": "pages/index/index",
  120. "style": {
  121. "navigationBarTitleText": "uni-app"
  122. }
  123. }
  124. ],
  125. "tabBar": {
  126. "color": "#7A7E83",
  127. "selectedColor": "#007AFF",
  128. "borderStyle": "black",
  129. "backgroundColor": "#F8F8F8",
  130. "list": [
  131. {
  132. "pagePath": "pages/index/index",
  133. "iconPath": "static/home.png",
  134. "selectedIconPath": "static/homeHL.png",
  135. "text": "首页"
  136. },
  137. {
  138. "pagePath": "pages/systemSet/systemSet",
  139. "iconPath": "static/set.png",
  140. "selectedIconPath": "static/setHL.png",
  141. "text": "系统设置"
  142. }
  143. ]
  144. },
  145. "globalStyle": {
  146. "navigationBarTextStyle": "black",
  147. "navigationBarTitleText": "uni-app",
  148. "navigationBarBackgroundColor": "#cfddfc",
  149. "backgroundColor": "#F8F8F8"
  150. },
  151. "permission": {
  152. "scope.userLocation": {
  153. "desc": "你的位置信息将用于打卡功能"
  154. }
  155. },
  156. "requiredBackgroundModes": [
  157. "location" // 如果需要在后台获取位置信息,则添加此模式
  158. ],
  159. "requiredPrivateInfos": {
  160. "location": true // 声明应用将使用地理位置相关的API
  161. },
  162. "easycom": {
  163. "autoscan": true,
  164. "custom": {
  165. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  166. }
  167. },
  168. "uniIdRouter": {}
  169. }