project.config.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": false,
  7. "postcss": true,
  8. "preloadBackgroundData": false,
  9. "minified": true,
  10. "newFeature": true,
  11. "coverView": true,
  12. "nodeModules": false,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "compileHotReLoad": false,
  21. "useMultiFrameRuntime": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "enableEngineNative": false,
  28. "bundle": false,
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "userConfirmedBundleSwitch": false,
  33. "packNpmManually": false,
  34. "packNpmRelationList": [],
  35. "minifyWXSS": true,
  36. "ignoreUploadUnusedFiles": true
  37. },
  38. "compileType": "miniprogram",
  39. "simulatorType": "wechat",
  40. "simulatorPluginLibVersion": {},
  41. "condition": {
  42. "miniprogram": {
  43. "list": [
  44. {
  45. "name": "登录",
  46. "pathName": "/pages/login/phone_login/phone_login",
  47. "query": "",
  48. "scene": null
  49. },
  50. {
  51. "name": "登录",
  52. "pathName": "/pages/login/username_login/username_login",
  53. "query": "",
  54. "scene": null
  55. },
  56. {
  57. "name": "忘记密码",
  58. "pathName": "pages/forget/forget",
  59. "query": "",
  60. "scene": null
  61. },
  62. {
  63. "name": "找回密码",
  64. "pathName": "pages/reset_password/reset_password",
  65. "query": "loginName=1234444",
  66. "scene": null
  67. },
  68. {
  69. "name": "注册",
  70. "pathName": "pages/register/register",
  71. "query": "",
  72. "scene": null
  73. },
  74. {
  75. "name": "我的",
  76. "pathName": "pages/ucenter/index/index",
  77. "query": "",
  78. "scene": null
  79. },
  80. {
  81. "name": "充值记录",
  82. "pathName": "pages/ucenter/chargemoneylog/chargemoneylog",
  83. "query": "",
  84. "scene": null
  85. },
  86. {
  87. "name": "充值",
  88. "pathName": "pages/chargemoney/chargemoney",
  89. "query": "",
  90. "scene": null
  91. },
  92. {
  93. "name": "充电中",
  94. "pathName": "pages/charging/charging",
  95. "query": "",
  96. "scene": null
  97. },
  98. {
  99. "name": "客服中心",
  100. "pathName": "pages/ucenter/help/help",
  101. "query": "",
  102. "scene": null
  103. },
  104. {
  105. "name": "我的钱包",
  106. "pathName": "pages/ucenter/purse/purse",
  107. "query": "",
  108. "scene": null
  109. },
  110. {
  111. "name": "充电记录",
  112. "pathName": "pages/ucenter/charginglog/charginglog",
  113. "query": "",
  114. "scene": null
  115. },
  116. {
  117. "name": "终端详情",
  118. "pathName": "pages/scan_result/scan_result",
  119. "query": "",
  120. "scene": null
  121. },
  122. {
  123. "name": "去支付",
  124. "pathName": "pages/order/order",
  125. "query": "",
  126. "scene": null
  127. }
  128. ]
  129. }
  130. },
  131. "editorSetting": {
  132. "tabIndent": "insertSpaces",
  133. "tabSize": 2
  134. },
  135. "libVersion": "2.25.1",
  136. "packOptions": {
  137. "ignore": [],
  138. "include": []
  139. },
  140. "appid": "wx6e03e5ada030b1aa",
  141. "projectname": "%E5%85%85%E7%94%B5%E6%A1%A9"
  142. }