project.config.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  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. "useApiHook": true,
  23. "useApiHostProcess": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "enableEngineNative": false,
  30. "bundle": false,
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true
  38. },
  39. "compileType": "miniprogram",
  40. "libVersion": "2.16.1",
  41. "appid": "wx6e03e5ada030b1aa",
  42. "projectname": "%E5%85%85%E7%94%B5%E6%A1%A9",
  43. "isGameTourist": false,
  44. "simulatorType": "wechat",
  45. "simulatorPluginLibVersion": {},
  46. "condition": {
  47. "search": {
  48. "list": []
  49. },
  50. "conversation": {
  51. "list": []
  52. },
  53. "plugin": {
  54. "list": []
  55. },
  56. "game": {
  57. "currentL": -1,
  58. "list": []
  59. },
  60. "gamePlugin": {
  61. "list": []
  62. },
  63. "miniprogram": {
  64. "list": [
  65. {
  66. "id": -1,
  67. "name": "登录",
  68. "pathName": "pages/login/login",
  69. "query": "",
  70. "scene": null
  71. },
  72. {
  73. "id": -1,
  74. "name": "忘记密码",
  75. "pathName": "pages/forget/forget",
  76. "query": "",
  77. "scene": null
  78. },
  79. {
  80. "id": 2,
  81. "name": "找回密码",
  82. "pathName": "pages/reset_password/reset_password",
  83. "query": "loginName=1234444",
  84. "scene": null
  85. },
  86. {
  87. "id": -1,
  88. "name": "注册",
  89. "pathName": "pages/register/register",
  90. "query": "",
  91. "scene": null
  92. },
  93. {
  94. "id": 4,
  95. "name": "我的",
  96. "pathName": "pages/ucenter/index/index",
  97. "query": "",
  98. "scene": null
  99. },
  100. {
  101. "id": -1,
  102. "name": "充值记录",
  103. "pathName": "pages/ucenter/chargemoneylog/chargemoneylog",
  104. "query": "",
  105. "scene": null
  106. },
  107. {
  108. "id": -1,
  109. "name": "充值",
  110. "pathName": "pages/chargemoney/chargemoney",
  111. "query": "",
  112. "scene": null
  113. },
  114. {
  115. "id": 7,
  116. "name": "充电中",
  117. "pathName": "pages/charging/charging",
  118. "query": "",
  119. "scene": null
  120. },
  121. {
  122. "id": -1,
  123. "name": "客服中心",
  124. "pathName": "pages/ucenter/help/help",
  125. "query": "",
  126. "scene": null
  127. },
  128. {
  129. "id": -1,
  130. "name": "我的钱包",
  131. "pathName": "pages/ucenter/purse/purse",
  132. "query": "",
  133. "scene": null
  134. },
  135. {
  136. "id": -1,
  137. "name": "充电记录",
  138. "pathName": "pages/ucenter/charginglog/charginglog",
  139. "query": "",
  140. "scene": null
  141. },
  142. {
  143. "id": -1,
  144. "name": "终端详情",
  145. "pathName": "pages/scan_result/scan_result",
  146. "query": "",
  147. "scene": null
  148. },
  149. {
  150. "id": -1,
  151. "name": "去支付",
  152. "pathName": "pages/order/order",
  153. "scene": null
  154. }
  155. ]
  156. }
  157. }
  158. }