app.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "pages": [
  3. "pages/index/index",
  4. "pages/routes/routes",
  5. "pages/charginfo/charginfo",
  6. "pages/info/info",
  7. "pages/inputtip/inputtip",
  8. "pages/ucenter/index/index",
  9. "pages/search_result/search_result",
  10. "pages/ucenter/charginglog/charginglog",
  11. "pages/ucenter/chargemoneylog/chargemoneylog",
  12. "pages/ucenter/purse/purse",
  13. "pages/ucenter/chargemoneycard/chargemoneycard",
  14. "pages/ucenter/cashcoupon/cashcoupon",
  15. "pages/scan_result/scan_result",
  16. "pages/charging/charging",
  17. "pages/chargemoney/chargemoney",
  18. "pages/login/phone_login/phone_login",
  19. "pages/login/username_login/username_login",
  20. "pages/register/register",
  21. "pages/order/order",
  22. "pages/ucenter/mychargestation/mychargestation",
  23. "pages/ucenter/myworksheet/myworksheet",
  24. "pages/outmoney/outmoney",
  25. "pages/worksheetinfo/worksheetinfo",
  26. "pages/worksheetinfo/addworksheetinfo",
  27. "pages/worksheetinfo/accendant",
  28. "pages/forget/forget",
  29. "pages/reset_password/reset_password",
  30. "pages/ucenter/center/center",
  31. "pages/sign/sign",
  32. "pages/ucenter/notice/notice",
  33. "pages/ucenter/notice_info/notice_info",
  34. "pages/ucenter/chargpilemonitor/chargpilemonitor",
  35. "pages/ucenter/chargpilemonitor/chargpilemonitorsearch",
  36. "pages/chargemoneyresult/chargemoneyresult",
  37. "pages/ucenter/help/help",
  38. "pages/worksheetinfo/findstation",
  39. "pages/bindPhone/bindPhone",
  40. "pages/ucenter/accountsecurity/index/index",
  41. "pages/ucenter/accountsecurity/checkphonesecuirty/checkphonesecruity",
  42. "pages/ucenter/accountsecurity/mdfpassword/mdfpassword",
  43. "pages/ucenter/accountsecurity/unbindphone/unbindphone"
  44. ],
  45. "window": {
  46. "backgroundTextStyle": "light",
  47. "navigationBarBackgroundColor": "#ffffff",
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "派捷充电"
  50. },
  51. "permission": {
  52. "scope.userLocation": {
  53. "desc": "你的位置信息将用于充电桩小程序位置效果展示"
  54. }
  55. },
  56. "requiredPrivateInfos": [
  57. "getLocation"
  58. ],
  59. "networkTimeout": {
  60. "request": 300000,
  61. "connectSocket": 300000
  62. },
  63. "debug": false,
  64. "sitemapLocation": "sitemap.json"
  65. }