pages.json 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/Login/Login",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "disableScroll": true
  8. }
  9. },
  10. {
  11. "path": "pages/Login/loginWeixin",
  12. "style": {
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/Charts/mainStatistics",
  18. "style": {
  19. "navigationBarTitleText": "统计图表"
  20. }
  21. },
  22. // "disableScroll": true
  23. // "enablePullDownRefresh": true
  24. {
  25. "path": "pages/User/merchantList",
  26. "style": {
  27. "navigationBarTitleText": "机器销售",
  28. // "disableScroll": true,
  29. "enablePullDownRefresh": true
  30. }
  31. },
  32. {
  33. "path": "pages/User/equipmentSratisticsList",
  34. "style": {
  35. "navigationBarTitleText": "机器排行",
  36. // "disableScroll": true,
  37. "enablePullDownRefresh": true
  38. }
  39. },
  40. {
  41. "path": "pages/User/equipmentStatusList",
  42. "style": {
  43. "navigationBarTitleText": "机器状态",
  44. // "disableScroll": true,
  45. "enablePullDownRefresh": true
  46. }
  47. },
  48. {
  49. "path": "pages/User/user",
  50. "style": {
  51. "navigationBarTitleText": "我的"
  52. }
  53. },
  54. {
  55. "path": "pages/Charts/elseStatistics",
  56. "style": {
  57. "navigationBarTitleText": "统计图表"
  58. }
  59. },
  60. {
  61. "path": "pages/Charts/equipmentStatistics",
  62. "style": {
  63. "navigationBarTitleText": "销售排行"
  64. }
  65. },
  66. {
  67. "path": "pages/WeixinSwicth/WeixinSwicth",
  68. "style": {
  69. // "navigationStyle": "custom",
  70. "navigationBarTitleText": "微信绑定",
  71. "menuSrc": "static/img/leftTriangle.png",
  72. "enablePullDownRefresh": true
  73. }
  74. }
  75. ],
  76. // "disableScroll": true
  77. "globalStyle": {
  78. "navigationBarTextStyle": "white",
  79. "navigationBarTitleText": "",
  80. "navigationBarBackgroundColor": "#206DC3",
  81. "backgroundColor": "#F8F8F8",
  82. "animationType": "slide-in-right",
  83. "animationDuration": 200
  84. },
  85. "tabBar": {
  86. "color": "#7A7E83",
  87. "selectedColor": "#007AFF",
  88. "borderStyle": "black",
  89. "backgroundColor": "#F8F8F8",
  90. "list": [{
  91. "pagePath": "pages/Charts/mainStatistics",
  92. "iconPath": "static/img/home.png",
  93. "selectedIconPath": "static/img/homeHL.png",
  94. "text": "首页"
  95. },
  96. {
  97. "pagePath": "pages/User/merchantList",
  98. "iconPath": "static/img/merchantList.png",
  99. "selectedIconPath": "static/img/merchantListHL.png",
  100. "text": "机器销售"
  101. },
  102. {
  103. "pagePath": "pages/Charts/equipmentStatistics",
  104. "iconPath": "static/img/equipmentSratisticsList.png",
  105. "selectedIconPath": "static/img/equipmentSratisticsListHL.png",
  106. "text": "机器排行"
  107. },
  108. {
  109. "pagePath": "pages/User/equipmentStatusList",
  110. "iconPath": "static/img/equipment.png",
  111. "selectedIconPath": "static/img/equipmentHL.png",
  112. "text": "机器状态"
  113. },
  114. {
  115. "pagePath": "pages/User/user",
  116. "iconPath": "static/img/user.png",
  117. "selectedIconPath": "static/img/userHL.png",
  118. "text": "我的"
  119. }
  120. ]
  121. },
  122. "subPackages": [{
  123. "root": "packageA",
  124. "name": "pack1",
  125. "pages": [{
  126. "path": "pages/equipmentStatus/map",
  127. "style": {
  128. "navigationBarTitleText": "MAP",
  129. "enablePullDownRefresh": false
  130. }
  131. },
  132. {
  133. "path": "pages/equipmentStatus/GoogleMap",
  134. "style": {
  135. "navigationBarTitleText": "GoogleMap",
  136. "enablePullDownRefresh": false
  137. }
  138. }, {
  139. "path": "pages/remote/dosugar",
  140. "style": {
  141. "navigationBarTitleText": "远程做糖",
  142. "enablePullDownRefresh": false
  143. }
  144. }, {
  145. "path": "pages/remote/sugarList",
  146. "style": {
  147. "navigationBarTitleText": "今日做糖列表",
  148. "enablePullDownRefresh": false
  149. }
  150. }, {
  151. "path": "pages/remote/remoteList",
  152. "style": {
  153. "navigationBarTitleText": "远程操作列表",
  154. "enablePullDownRefresh": false
  155. }
  156. }, {
  157. "path": "pages/remote/parameters",
  158. "style": {
  159. "navigationBarTitleText": "参数列表",
  160. "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "pages/remote/advancedParameters",
  165. "style": {
  166. "navigationBarTitleText": "进阶参数",
  167. "enablePullDownRefresh": false
  168. }
  169. },
  170. {
  171. "path": "pages/remote/generalParameters",
  172. "style": {
  173. "navigationBarTitleText": "通用参数",
  174. "enablePullDownRefresh": false
  175. }
  176. }, {
  177. "path": "pages/remote/alarmClockList",
  178. "style": {
  179. "navigationBarTitleText": "闹钟",
  180. "enablePullDownRefresh": false
  181. }
  182. }, {
  183. "path": "pages/remote/alarmClockItem",
  184. "style": {
  185. "navigationBarTitleText": "设置闹钟",
  186. "enablePullDownRefresh": false
  187. }
  188. }, {
  189. "path": "pages/user/equipmentName",
  190. "style": {
  191. "navigationBarTitleText": "修改设备名称"
  192. }
  193. },
  194. {
  195. "path": "pages/user/timeRule",
  196. "style": {
  197. "navigationBarTitleText": "定时开关机"
  198. }
  199. },
  200. {
  201. "path": "pages/user/timeSet",
  202. "style": {
  203. "navigationBarTitleText": "定时开关机"
  204. }
  205. },
  206. {
  207. "path": "pages/user/timeSelect",
  208. "style": {}
  209. }, {
  210. "path": "pages/remote/volume",
  211. "style": {
  212. "navigationBarTitleText": "音量调节",
  213. "enablePullDownRefresh": false
  214. }
  215. }, {
  216. "path": "pages/user/refuse",
  217. "style": {
  218. "navigationBarTitleText": "退款",
  219. "enablePullDownRefresh": false
  220. }
  221. }, {
  222. "path": "pages/user/editor/editor",
  223. "style": {
  224. "navigationBarTitleText": "编辑公告",
  225. "enablePullDownRefresh": false
  226. }
  227. },
  228. {
  229. "path": "pages/user/examine",
  230. "style": {
  231. "navigationBarTitleText": "审核",
  232. "enablePullDownRefresh": false
  233. }
  234. }, {
  235. "path": "pages/user/orderEit",
  236. "style": {
  237. "navigationBarTitleText": "详情",
  238. "enablePullDownRefresh": false
  239. }
  240. }, {
  241. "path": "pages/user/modify/proportionCheck",
  242. "style": {
  243. "navigationBarTitleText": "分销修改",
  244. "enablePullDownRefresh": false
  245. }
  246. }, {
  247. "path": "pages/user/modify/joinpayMchCheck",
  248. "style": {
  249. "navigationBarTitleText": "收款信息修改",
  250. "enablePullDownRefresh": false
  251. }
  252. }, {
  253. "path": "pages/user/modify/proportionCheckList",
  254. "style": {
  255. "navigationBarTitleText": "分销修改列表",
  256. "enablePullDownRefresh": false
  257. }
  258. }, {
  259. "path": "pages/user/modify/joinpayMchCheckList",
  260. "style": {
  261. "navigationBarTitleText": "收款信息修改列表",
  262. "enablePullDownRefresh": false
  263. }
  264. }, {
  265. "path": "pages/remote/flowerShow",
  266. "style": {
  267. "navigationBarTitleText": "售卖花型控制",
  268. "enablePullDownRefresh": false
  269. }
  270. }, {
  271. "path": "pages/remote/debugParameters",
  272. "style": {
  273. "navigationBarTitleText": "调试页",
  274. "enablePullDownRefresh": false
  275. }
  276. }, {
  277. "path": "pages/remote/jiebang",
  278. "style": {
  279. "navigationBarTitleText": "机器解绑",
  280. "enablePullDownRefresh": false
  281. }
  282. }, {
  283. "path": "pages/remote/lianjie",
  284. "style": {
  285. "navigationBarTitleText": "连接服务器",
  286. "enablePullDownRefresh": false
  287. }
  288. }, {
  289. "path": "pages/remote/jiebangDesc",
  290. "style": {
  291. "navigationBarTitleText": "",
  292. "enablePullDownRefresh": false
  293. }
  294. }, {
  295. "path": "pages/remote/lianjieDesc",
  296. "style": {
  297. "navigationBarTitleText": "",
  298. "enablePullDownRefresh": false
  299. }
  300. }
  301. ]
  302. }]
  303. }