pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home/home",
  5. "style": {
  6. "navigationStyle": "custom",
  7. "usingComponents": {},
  8. "navigationBarTextStyle": "white",
  9. "navigationBarBackgroundColor": "#0AC38E",
  10. "navigationBarTitleText": ""
  11. }
  12. },
  13. {
  14. "path": "pages/index/index",
  15. "style": {
  16. "usingComponents": {
  17. "i-load-more": "/component/iview/load-more/index"
  18. },
  19. "enablePullDownRefresh": true,
  20. "backgroundTextStyle": "dark"
  21. }
  22. },
  23. {
  24. "path": "pages/my/my",
  25. "style": {
  26. "navigationBarTitleText": "",
  27. "usingComponents": {}
  28. }
  29. },
  30. {
  31. "path": "pages/orderlist/orderlist",
  32. "style": {
  33. "navigationBarTitleText": "订单列表",
  34. "usingComponents": {
  35. "no-more": "/component/nomore/nomore"
  36. },
  37. "enablePullDownRefresh": true,
  38. "backgroundTextStyle": "dark"
  39. }
  40. },
  41. {
  42. "path": "pages/test/test",
  43. "style": {
  44. "usingComponents": {}
  45. }
  46. },
  47. {
  48. "path": "pages/login/login",
  49. "style": {
  50. "navigationStyle": "custom",
  51. "usingComponents": {},
  52. "navigationBarTextStyle": "white"
  53. }
  54. },
  55. {
  56. "path": "pages/device/device",
  57. "style": {
  58. "navigationBarTitleText": "设备列表",
  59. "navigationStyle": "custom",
  60. "enablePullDownRefresh": true,
  61. "backgroundTextStyle": "light",
  62. "navigationBarTextStyle": "white",
  63. "usingComponents": {
  64. "no-more": "/component/nomore/nomore",
  65. "i-drawer": "/component/iview/drawer/index",
  66. "i-collapse": "/component/iview/collapse/index",
  67. "i-collapse-item": "/component/iview/collapse-item/index",
  68. "i-load-more": "/component/iview/load-more/index",
  69. "com-ele-quantity": "/component/comEleQuantity/comEleQuantity"
  70. }
  71. }
  72. },
  73. {
  74. "path": "pages/deviceTransfer/deviceTransfer",
  75. "style": {
  76. "navigationBarTitleText": "设备转移",
  77. "usingComponents": {}
  78. }
  79. },
  80. {
  81. "path": "pages/selectShop/selectShop",
  82. "style": {
  83. "navigationBarTitleText": "",
  84. "usingComponents": {}
  85. }
  86. },
  87. {
  88. "path": "pages/deviceBatchAlter/deviceBatchAlter",
  89. "style": {
  90. "navigationBarTitleText": "批量修改",
  91. "usingComponents": {}
  92. }
  93. },
  94. {
  95. "path": "pages/deviceBatchList/deviceBatchList",
  96. "style": {
  97. "navigationBarTitleText": "设备列表",
  98. "usingComponents": {}
  99. }
  100. },
  101. {
  102. "path": "pages/deviceInfo/deviceInfo",
  103. "style": {
  104. "navigationBarTitleText": "设备详情",
  105. "usingComponents": {},
  106. "navigationBarBackgroundColor": "#0AC38E",
  107. "navigationBarTextStyle": "white"
  108. }
  109. },
  110. {
  111. "path": "pages/searchUser/searchUser",
  112. "style": {
  113. "navigationBarTitleText": "搜索用户",
  114. "usingComponents": {}
  115. }
  116. },
  117. {
  118. "path": "pages/deviceLocal/deviceLocal",
  119. "style": {
  120. "navigationBarTitleText": "",
  121. "usingComponents": {
  122. "map-control": "/component/mapControl/mapControl"
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/bms/bms",
  128. "style": {
  129. "navigationBarBackgroundColor": "#0AC38E",
  130. "navigationBarTextStyle": "white",
  131. "navigationBarTitleText": "BMS信息",
  132. "usingComponents": {
  133. "com-ele-quantity": "/component/comEleQuantityHorizontal/comEleQuantityHorizontal"
  134. }
  135. }
  136. },
  137. {
  138. "path": "pages/searchDevice/searchDevice",
  139. "style": {
  140. "navigationBarTitleText": "全局搜索",
  141. "usingComponents": {
  142. "i-load-more": "/component/iview/load-more/index"
  143. },
  144. "navigationBarBackgroundColor": "#0AC38E",
  145. "navigationBarTextStyle": "white"
  146. }
  147. },
  148. {
  149. "path": "pages/bmsbd02/bmsbd02",
  150. "style": {
  151. "navigationBarBackgroundColor": "#46A049",
  152. "navigationBarTextStyle": "white",
  153. "navigationBarTitleText": "BMS信息",
  154. "usingComponents": {
  155. "com-ele-quantity": "/component/comEleQuantity/comEleQuantity"
  156. }
  157. }
  158. },
  159. {
  160. "path": "pages/searchOrder/searchOrder",
  161. "style": {
  162. "navigationBarTitleText": "搜索",
  163. "usingComponents": {
  164. "no-more": "/component/nomore/nomore"
  165. }
  166. }
  167. },
  168. {
  169. "path": "pages/deviceUserReturn/deviceUserReturn",
  170. "style": {
  171. "navigationBarTitleText": "用户退租记录",
  172. "usingComponents": {}
  173. }
  174. },
  175. {
  176. "path": "pages/deviceReplace/deviceReplace",
  177. "style": {
  178. "navigationBarTitleText": "退换货申请",
  179. "usingComponents": {}
  180. }
  181. },
  182. {
  183. "path": "pages/commissionlist/commissionlist",
  184. "style": {
  185. "navigationBarTitleText": "佣金记录",
  186. "usingComponents": {
  187. "no-more": "/component/nomore/nomore"
  188. },
  189. "enablePullDownRefresh": true,
  190. "backgroundTextStyle": "dark"
  191. }
  192. },
  193. {
  194. "path": "pages/warnList/warnList",
  195. "style": {
  196. "navigationBarTitleText": "报警列表",
  197. "usingComponents": {},
  198. "enablePullDownRefresh": true,
  199. "navigationBarBackgroundColor": "#0AC38E",
  200. "navigationBarTextStyle": "white"
  201. }
  202. },
  203. {
  204. "path": "pages/register/register",
  205. "style": {
  206. "navigationBarTitleText": "注册",
  207. "usingComponents": {},
  208. "navigationBarBackgroundColor": "#0AC38E",
  209. "navigationBarTextStyle": "white"
  210. }
  211. },
  212. {
  213. "path": "pages/setPassword/setPassword",
  214. "style": {
  215. "navigationBarTitleText": "设置密码",
  216. "usingComponents": {},
  217. "navigationBarBackgroundColor": "#0AC38E",
  218. "navigationBarTextStyle": "white"
  219. }
  220. },
  221. {
  222. "path": "pages/deviceCommand/deviceCommand",
  223. "style": {
  224. "navigationBarTitleText": "设置",
  225. "usingComponents": {},
  226. "navigationBarBackgroundColor": "#0AC38E",
  227. "navigationBarTextStyle": "white"
  228. }
  229. },
  230. {
  231. "path": "pages/warnMap/warnMap",
  232. "style": {
  233. "navigationBarTitleText": "报警位置",
  234. "usingComponents": {},
  235. "navigationBarBackgroundColor": "#0AC38E",
  236. "navigationBarTextStyle": "white"
  237. }
  238. },
  239. {
  240. "path": "pages/credit/credit",
  241. "style": {
  242. "navigationBarTitleText": "物联网卡充值",
  243. "usingComponents": {},
  244. "navigationBarBackgroundColor": "#0AC38E",
  245. "navigationBarTextStyle": "white"
  246. }
  247. },
  248. {
  249. "path": "pages/webview/webview",
  250. "style": {
  251. "navigationBarTitleText": "",
  252. "usingComponents": {}
  253. }
  254. },
  255. {
  256. "path": "pages/notice/notice",
  257. "style": {
  258. "navigationBarTitleText": "报警通知设置",
  259. "usingComponents": {},
  260. "navigationBarBackgroundColor": "#0AC38E",
  261. "navigationBarTextStyle": "white"
  262. }
  263. },
  264. {
  265. "path": "pages/addDevice/addDevice",
  266. "style": {
  267. "navigationBarTitleText": "添加设备",
  268. "usingComponents": {},
  269. "navigationBarBackgroundColor": "#0AC38E",
  270. "navigationBarTextStyle": "white"
  271. }
  272. },
  273. {
  274. "path": "pages/mileage/mileage",
  275. "style": {
  276. "navigationBarTitleText": "里程统计",
  277. "usingComponents": {
  278. // "ec-canvas": "ec-canvas"
  279. },
  280. "navigationBarBackgroundColor": "#07C58A",
  281. "navigationBarTextStyle": "white"
  282. }
  283. },
  284. {
  285. "path": "pages/commandList/commandList",
  286. "style": {
  287. "navigationBarTitleText": "记录",
  288. "usingComponents": {
  289. "no-more": "/component/nomore/nomore",
  290. "i-load-more": "/component/iview/load-more/index"
  291. },
  292. "enablePullDownRefresh": true,
  293. "navigationBarBackgroundColor": "#0AC38E",
  294. "navigationBarTextStyle": "white"
  295. }
  296. },
  297. {
  298. "path": "pages/willExpire/willExpireDevice",
  299. "style": {
  300. "navigationBarTitleText": "即将到期",
  301. "enablePullDownRefresh": true,
  302. "usingComponents": {
  303. "no-more": "/component/nomore/nomore",
  304. "i-drawer": "/component/iview/drawer/index",
  305. "i-collapse": "/component/iview/collapse/index",
  306. "i-collapse-item": "/component/iview/collapse-item/index",
  307. "i-load-more": "/component/iview/load-more/index",
  308. "com-ele-quantity": "/component/comEleQuantity/comEleQuantity"
  309. }
  310. }
  311. },
  312. {
  313. "path": "pages/smsAlarm/smsAlarm",
  314. "style": {
  315. "navigationBarTitleText": "短信报警",
  316. "usingComponents": {},
  317. "navigationBarBackgroundColor": "#0AC38E",
  318. "navigationBarTextStyle": "white"
  319. }
  320. },
  321. {
  322. "path": "pages/smsConfig/smsConfig",
  323. "style": {
  324. "navigationBarTitleText": "配置短信报警",
  325. "usingComponents": {},
  326. "navigationBarBackgroundColor": "#0AC38E",
  327. "navigationBarTextStyle": "white"
  328. }
  329. },
  330. {
  331. "path": "pages/wallet/wallet",
  332. "style": {
  333. "navigationBarTitleText": "充值",
  334. "usingComponents": {},
  335. "enablePullDownRefresh": true,
  336. "navigationBarBackgroundColor": "#0AC38E",
  337. "navigationBarTextStyle": "white"
  338. }
  339. },
  340. {
  341. "path": "pages/smsRecord/smsRecord",
  342. "style": {
  343. "navigationBarTitleText": "短信报警记录",
  344. "usingComponents": {},
  345. "navigationBarBackgroundColor": "#0AC38E",
  346. "navigationBarTextStyle": "white"
  347. }
  348. },
  349. {
  350. "path": "pages/paymentDetail/paymentDetail",
  351. "style": {
  352. "navigationBarTitleText": "收支明细",
  353. "usingComponents": {},
  354. "enablePullDownRefresh": true,
  355. "navigationBarBackgroundColor": "#0AC38E",
  356. "navigationBarTextStyle": "white"
  357. }
  358. },
  359. {
  360. "path": "pages/contract/contract",
  361. "style": {
  362. "navigationBarTitleText": "",
  363. "usingComponents": {}
  364. }
  365. }
  366. ],
  367. "permission": {
  368. "scope.userLocation": {
  369. "desc": "你的位置信息将用于小程序位置导航功能"
  370. }
  371. },
  372. "requiredPrivateInfos": [
  373. "getLocation"
  374. ],
  375. "sitemapLocation": "sitemap.json",
  376. "globalStyle": {
  377. "backgroundTextStyle": "light",
  378. "navigationBarBackgroundColor": "#fff",
  379. "navigationBarTitleText": "BMS",
  380. "navigationBarTextStyle": "black",
  381. "usingComponents": {
  382. "van-action-sheet": "./wxcomponents/vant/action-sheet/index",
  383. "van-area": "./wxcomponents/vant/area/index",
  384. "van-button": "./wxcomponents/vant/button/index",
  385. "van-card": "./wxcomponents/vant/card/index",
  386. "van-cell": "./wxcomponents/vant/cell/index",
  387. "van-cell-group": "./wxcomponents/vant/cell-group/index",
  388. "van-checkbox": "./wxcomponents/vant/checkbox/index",
  389. "van-checkbox-group": "./wxcomponents/vant/checkbox-group/index",
  390. "van-col": "./wxcomponents/vant/col/index",
  391. "van-count-down": "./wxcomponents/vant/count-down/index",
  392. "van-dialog": "./wxcomponents/vant/dialog/index",
  393. "van-divider": "./wxcomponents/vant/divider/index",
  394. "van-field": "./wxcomponents/vant/field/index",
  395. "van-goods-action": "./wxcomponents/vant/goods-action/index",
  396. "van-goods-action-icon": "./wxcomponents/vant/goods-action-icon/index",
  397. "van-goods-action-button": "./wxcomponents/vant/goods-action-button/index",
  398. "van-icon": "./wxcomponents/vant/icon/index",
  399. "van-image": "./wxcomponents/vant/image/index",
  400. "van-loading": "./wxcomponents/vant/loading/index",
  401. "van-nav-bar": "./wxcomponents/vant/nav-bar/index",
  402. "van-notice-bar": "./wxcomponents/vant/notice-bar/index",
  403. "van-notify": "./wxcomponents/vant/notify/index",
  404. "van-panel": "./wxcomponents/vant/panel/index",
  405. "van-popup": "./wxcomponents/vant/popup/index",
  406. "van-progress": "./wxcomponents/vant/progress/index",
  407. "van-radio": "./wxcomponents/vant/radio/index",
  408. "van-radio-group": "./wxcomponents/vant/radio-group/index",
  409. "van-row": "./wxcomponents/vant/row/index",
  410. "van-search": "./wxcomponents/vant/search/index",
  411. "van-sidebar": "./wxcomponents/vant/sidebar/index",
  412. "van-sidebar-item": "./wxcomponents/vant/sidebar-item/index",
  413. "van-slider": "./wxcomponents/vant/slider/index",
  414. "van-stepper": "./wxcomponents/vant/stepper/index",
  415. "van-steps": "./wxcomponents/vant/steps/index",
  416. "van-sticky": "./wxcomponents/vant/sticky/index",
  417. "van-submit-bar": "./wxcomponents/vant/submit-bar/index",
  418. "van-swipe-cell": "./wxcomponents/vant/swipe-cell/index",
  419. "van-uploader": "./wxcomponents/vant/uploader/index",
  420. "van-switch": "./wxcomponents/vant/switch/index",
  421. "van-tab": "./wxcomponents/vant/tab/index",
  422. "van-tabs": "./wxcomponents/vant/tabs/index",
  423. "van-tabbar": "./wxcomponents/vant/tabbar/index",
  424. "van-tabbar-item": "./wxcomponents/vant/tabbar-item/index",
  425. "van-tag": "./wxcomponents/vant/tag/index",
  426. "van-toast": "./wxcomponents/vant/toast/index",
  427. "van-transition": "./wxcomponents/vant/transition/index",
  428. "van-tree-select": "./wxcomponents/vant/tree-select/index",
  429. "van-datetime-picker": "./wxcomponents/vant/datetime-picker/index",
  430. "van-rate": "./wxcomponents/vant/rate/index",
  431. "van-collapse": "./wxcomponents/vant/collapse/index",
  432. "van-collapse-item": "./wxcomponents/vant/collapse-item/index",
  433. "van-picker": "./wxcomponents/vant/picker/index",
  434. "van-overlay": "./wxcomponents/vant/overlay/index",
  435. "van-circle": "./wxcomponents/vant/circle/index",
  436. "van-index-bar": "./wxcomponents/vant/index-bar/index",
  437. "van-index-anchor": "./wxcomponents/vant/index-anchor/index",
  438. "van-grid": "./wxcomponents/vant/grid/index",
  439. "van-grid-item": "./wxcomponents/vant/grid-item/index",
  440. "van-dropdown-menu": "./wxcomponents/vant/dropdown-menu/index",
  441. "van-dropdown-item": "./wxcomponents/vant/dropdown-item/index",
  442. "van-skeleton": "./wxcomponents/vant/skeleton/index"
  443. }
  444. },
  445. "subPackages": []
  446. }