project.config.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "bundle": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": true,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.16.1",
  44. "appid": "wxf3120271892d4f18",
  45. "projectname": "%E5%8D%A1%E7%89%8C%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  46. "cloudfunctionTemplateRoot": "",
  47. "watchOptions": {
  48. "ignore": []
  49. },
  50. "debugOptions": {
  51. "hidedInDevtools": []
  52. },
  53. "scripts": {},
  54. "simulatorType": "wechat",
  55. "simulatorPluginLibVersion": {},
  56. "miniprogramRoot": "dist-wechat/",
  57. "condition": {
  58. "search": {
  59. "list": []
  60. },
  61. "conversation": {
  62. "list": []
  63. },
  64. "plugin": {
  65. "list": []
  66. },
  67. "game": {
  68. "list": []
  69. },
  70. "gamePlugin": {
  71. "list": []
  72. },
  73. "miniprogram": {
  74. "list": [
  75. {
  76. "id": -1,
  77. "name": "消息",
  78. "pathName": "/pages/news",
  79. "scene": null
  80. },
  81. {
  82. "id": -1,
  83. "name": "聊天页面",
  84. "pathName": "/pages/chat",
  85. "scene": null
  86. },
  87. {
  88. "id": -1,
  89. "name": "我的",
  90. "pathName": "/pages/mine",
  91. "scene": null
  92. },
  93. {
  94. "id": -1,
  95. "name": "个人设置",
  96. "pathName": "/pages/setting",
  97. "scene": null
  98. },
  99. {
  100. "id": -1,
  101. "name": "我的钱包",
  102. "pathName": "/pages/wallet",
  103. "scene": null
  104. },
  105. {
  106. "id": -1,
  107. "name": "授权登陆",
  108. "pathName": "/pages/authorized",
  109. "scene": null
  110. },
  111. {
  112. "id": -1,
  113. "name": "常见问题",
  114. "pathName": "/pages/questions",
  115. "scene": null
  116. },
  117. {
  118. "id": -1,
  119. "name": "订单详情",
  120. "pathName": "/pages/order",
  121. "scene": null
  122. },
  123. {
  124. "id": -1,
  125. "name": "我买到的",
  126. "pathName": "/pages/allorder",
  127. "scene": null
  128. }
  129. ]
  130. }
  131. }
  132. }