pages.json 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334
  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/User/promoCode",
  56. // "style" : {
  57. // "navigationBarTitleText" : "优惠码"
  58. // }
  59. // },
  60. // {
  61. // "path" : "pages/User/buyPromo",
  62. // "style" : {
  63. // "navigationBarTitleText" : "购买优惠码"
  64. // }
  65. // },
  66. {
  67. "path": "pages/Charts/elseStatistics",
  68. "style": {
  69. "navigationBarTitleText": "统计图表"
  70. }
  71. },
  72. {
  73. "path": "pages/Charts/equipmentStatistics",
  74. "style": {
  75. "navigationBarTitleText": "销售排行"
  76. }
  77. },
  78. {
  79. "path": "pages/WeixinSwicth/WeixinSwicth",
  80. "style": {
  81. // "navigationStyle": "custom",
  82. "navigationBarTitleText": "微信绑定",
  83. "menuSrc": "static/img/leftTriangle.png",
  84. "enablePullDownRefresh": true
  85. }
  86. }
  87. // {
  88. // "path" : "App",
  89. // "style" : {}
  90. // }
  91. // ,{
  92. // "path" : "pages/User/map",
  93. // "style" : {
  94. // "navigationBarTitleText" : "Map"
  95. // }
  96. // }
  97. // ,{
  98. // "path" : "pages/User/GoogleMap",
  99. // "style" : {
  100. // "navigationBarTitleText" : "GoogleMap"
  101. // }
  102. // }
  103. ],
  104. // "disableScroll": true
  105. "globalStyle": {
  106. "navigationBarTextStyle": "white",
  107. "navigationBarTitleText": "",
  108. "navigationBarBackgroundColor": "#206DC3",
  109. "backgroundColor": "#F8F8F8",
  110. "animationType": "slide-in-right",
  111. "animationDuration": 200
  112. },
  113. "tabBar": {
  114. "color": "#7A7E83",
  115. "selectedColor": "#007AFF",
  116. "borderStyle": "black",
  117. "backgroundColor": "#F8F8F8",
  118. "list": [{
  119. "pagePath": "pages/Charts/mainStatistics",
  120. "iconPath": "static/img/home.png",
  121. "selectedIconPath": "static/img/homeHL.png",
  122. "text": "首页"
  123. },
  124. {
  125. "pagePath": "pages/User/merchantList",
  126. "iconPath": "static/img/merchantList.png",
  127. "selectedIconPath": "static/img/merchantListHL.png",
  128. "text": "机器销售"
  129. },
  130. {
  131. "pagePath": "pages/Charts/equipmentStatistics",
  132. "iconPath": "static/img/equipmentSratisticsList.png",
  133. "selectedIconPath": "static/img/equipmentSratisticsListHL.png",
  134. "text": "机器排行"
  135. },
  136. {
  137. "pagePath": "pages/User/equipmentStatusList",
  138. "iconPath": "static/img/equipment.png",
  139. "selectedIconPath": "static/img/equipmentHL.png",
  140. "text": "机器状态"
  141. },
  142. {
  143. "pagePath": "pages/User/user",
  144. "iconPath": "static/img/user.png",
  145. "selectedIconPath": "static/img/userHL.png",
  146. "text": "我的"
  147. }
  148. ]
  149. },
  150. "subPackages": [{
  151. "root": "packageA",
  152. "name": "pack1",
  153. "pages": [{
  154. "path": "pages/equipmentStatus/map",
  155. "style": {
  156. "navigationBarTitleText": "MAP",
  157. "enablePullDownRefresh": false
  158. }
  159. },
  160. {
  161. "path": "pages/equipmentStatus/GoogleMap",
  162. "style": {
  163. "navigationBarTitleText": "GoogleMap",
  164. "enablePullDownRefresh": false
  165. }
  166. }, {
  167. "path": "pages/remote/dosugar",
  168. "style": {
  169. "navigationBarTitleText": "远程做糖",
  170. "enablePullDownRefresh": false
  171. }
  172. }, {
  173. "path": "pages/remote/sugarList",
  174. "style": {
  175. "navigationBarTitleText": "今日做糖列表",
  176. "enablePullDownRefresh": false
  177. }
  178. }, {
  179. "path": "pages/remote/remoteList",
  180. "style": {
  181. "navigationBarTitleText": "远程操作列表",
  182. "enablePullDownRefresh": false
  183. }
  184. }, {
  185. "path": "pages/remote/parameters",
  186. "style": {
  187. "navigationBarTitleText": "参数列表",
  188. "enablePullDownRefresh": false
  189. }
  190. },
  191. {
  192. "path": "pages/remote/advancedParameters",
  193. "style": {
  194. "navigationBarTitleText": "进阶参数",
  195. "enablePullDownRefresh": false
  196. }
  197. },
  198. {
  199. "path": "pages/remote/generalParameters",
  200. "style": {
  201. "navigationBarTitleText": "通用参数",
  202. "enablePullDownRefresh": false
  203. }
  204. }, {
  205. "path": "pages/remote/alarmClockList",
  206. "style": {
  207. "navigationBarTitleText": "闹钟",
  208. "enablePullDownRefresh": false
  209. }
  210. }, {
  211. "path": "pages/remote/alarmClockItem",
  212. "style": {
  213. "navigationBarTitleText": "设置闹钟",
  214. "enablePullDownRefresh": false
  215. }
  216. }, {
  217. "path": "pages/user/equipmentName",
  218. "style": {
  219. "navigationBarTitleText": "修改设备名称"
  220. }
  221. },
  222. {
  223. "path": "pages/user/timeRule",
  224. "style": {
  225. "navigationBarTitleText": "定时开关机"
  226. }
  227. },
  228. {
  229. "path": "pages/user/timeSet",
  230. "style": {
  231. "navigationBarTitleText": "定时开关机"
  232. }
  233. },
  234. {
  235. "path": "pages/user/timeSelect",
  236. "style": {}
  237. }, {
  238. "path": "pages/remote/volume",
  239. "style": {
  240. "navigationBarTitleText": "音量调节",
  241. "enablePullDownRefresh": false
  242. }
  243. }, {
  244. "path": "pages/user/refuse",
  245. "style": {
  246. "navigationBarTitleText": "退款",
  247. "enablePullDownRefresh": false
  248. }
  249. },{
  250. "path": "pages/user/editor/editor",
  251. "style": {
  252. "navigationBarTitleText": "编辑公告",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "pages/user/examine",
  258. "style": {
  259. "navigationBarTitleText": "审核",
  260. "enablePullDownRefresh": false
  261. }
  262. },{
  263. "path": "pages/user/orderEit",
  264. "style": {
  265. "navigationBarTitleText": "详情",
  266. "enablePullDownRefresh": false
  267. }
  268. },{
  269. "path": "pages/user/modify/proportionCheck",
  270. "style": {
  271. "navigationBarTitleText": "分销修改",
  272. "enablePullDownRefresh": false
  273. }
  274. },{
  275. "path": "pages/user/modify/joinpayMchCheck",
  276. "style": {
  277. "navigationBarTitleText": "收款信息修改",
  278. "enablePullDownRefresh": false
  279. }
  280. }
  281. ,{
  282. "path" : "pages/user/modify/proportionCheckList",
  283. "style" :
  284. {
  285. "navigationBarTitleText": "分销修改列表",
  286. "enablePullDownRefresh": false
  287. }
  288. }
  289. ,{
  290. "path" : "pages/user/modify/joinpayMchCheckList",
  291. "style" :
  292. {
  293. "navigationBarTitleText": "收款信息修改列表",
  294. "enablePullDownRefresh": false
  295. }
  296. }
  297. ,{
  298. "path" : "pages/remote/flowerShow",
  299. "style" :
  300. {
  301. "navigationBarTitleText": "售卖花型控制",
  302. "enablePullDownRefresh": false
  303. }
  304. }
  305. ,{
  306. "path" : "pages/remote/debugParameters",
  307. "style" :
  308. {
  309. "navigationBarTitleText": "调试页",
  310. "enablePullDownRefresh": false
  311. }
  312. }
  313. ]
  314. }]
  315. }