pages.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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/register/register",
  60. "style": {
  61. "navigationBarTitleText": "账号注册"
  62. }
  63. },
  64. {
  65. "path": "pages/clockIn/clockIn",
  66. "style": {
  67. "navigationBarTitleText": "打卡信息"
  68. }
  69. },
  70. {
  71. "path": "pages/myTask-verification/myTaskLayout",
  72. "style": {
  73. "navigationBarTitleText": "我的任务"
  74. // "enablePullDownRefresh": false,
  75. // "navigationStyle": "custom",
  76. // "navigationBarRightButton": { "hide": true } // 隐藏右侧胶囊按钮
  77. }
  78. },
  79. {
  80. "path": "pages/taskList-verification/taskListLayout",
  81. "style": {
  82. "navigationBarTitleText": "任务列表"
  83. }
  84. },
  85. {
  86. "path": "pages/grainDepositor/grainDepositorLayout",
  87. "style": {
  88. "navigationBarTitleText": "存粮人交收库"
  89. }
  90. },
  91. {
  92. "path": "pages/infoDetails/infoDetailsLayout",
  93. "style": {
  94. "navigationBarTitleText": "仓房详情"
  95. }
  96. },
  97. {
  98. "path": "pages/infoDetails/crk/detail",
  99. "style": {
  100. "navigationBarTitleText": "出入库记录"
  101. }
  102. },
  103. {
  104. "path": "pages/infoDetails/zj/detail",
  105. "style": {
  106. "navigationBarTitleText": "质检记录"
  107. }
  108. },
  109. {
  110. "path": "pages/warehouse-detail-verification/warehouseDetail",
  111. "style": {
  112. "navigationBarTitleText": "基本信息"
  113. }
  114. },
  115. {
  116. "path": "pages/popup/popup",
  117. "style": {
  118. "navigationBarTitleText": "Popup 弹出层",
  119. "app-plus": {
  120. "softinputMode": "adjustResize"
  121. }
  122. }
  123. },
  124. {
  125. "path": "pages/index/index",
  126. "style": {
  127. "navigationBarTitleText": "uni-app"
  128. }
  129. }
  130. ],
  131. "tabBar": {
  132. "color": "#7A7E83",
  133. "selectedColor": "#007AFF",
  134. "borderStyle": "black",
  135. "backgroundColor": "#F8F8F8",
  136. "list": [
  137. {
  138. "pagePath": "pages/index/index",
  139. "iconPath": "static/home.png",
  140. "selectedIconPath": "static/homeHL.png",
  141. "text": "首页"
  142. },
  143. {
  144. "pagePath": "pages/systemSet/systemSet",
  145. "iconPath": "static/set.png",
  146. "selectedIconPath": "static/setHL.png",
  147. "text": "系统设置"
  148. }
  149. ]
  150. },
  151. "globalStyle": {
  152. "navigationBarTextStyle": "black",
  153. "navigationBarTitleText": "uni-app",
  154. "navigationBarBackgroundColor": "#cfddfc",
  155. "backgroundColor": "#F8F8F8"
  156. },
  157. "permission": {
  158. "scope.userLocation": {
  159. "desc": "你的位置信息将用于打卡功能"
  160. }
  161. },
  162. "requiredBackgroundModes": [
  163. "location" // 如果需要在后台获取位置信息,则添加此模式
  164. ],
  165. "requiredPrivateInfos": {
  166. "location": true // 声明应用将使用地理位置相关的API
  167. },
  168. "easycom": {
  169. "autoscan": true,
  170. "custom": {
  171. "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
  172. }
  173. },
  174. "uniIdRouter": {}
  175. }