project.config.json 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "miniapp",
  4. "description": "",
  5. "appid": "wxe44244d1a5ea3364",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "enhance": false,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": false,
  13. "newFeature": false,
  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. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false
  32. },
  33. "compileType": "miniprogram",
  34. "simulatorType": "wechat",
  35. "simulatorPluginLibVersion": {},
  36. "condition": {
  37. "search": {
  38. "current": -1,
  39. "list": []
  40. },
  41. "conversation": {
  42. "current": -1,
  43. "list": []
  44. },
  45. "plugin": {
  46. "current": -1,
  47. "list": []
  48. },
  49. "game": {
  50. "current": -1,
  51. "list": []
  52. },
  53. "gamePlugin": {
  54. "current": -1,
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "current": -1,
  59. "list": [
  60. {
  61. "id": -1,
  62. "name": "pages/index/index",
  63. "pathName": "pages/index/index",
  64. "query": "id= 1a679f513937508670594ea2ec616195&from=card _share&recommender= 1a679f513937508670594ea2ec616195",
  65. "scene": null
  66. },
  67. {
  68. "id": -1,
  69. "name": "subpackages/pages/consultant/myHomepage/index",
  70. "pathName": "subpackages/pages/consultant/myHomepage/index",
  71. "query": "id=1a679f513937508670594ea2ec616195&from=card _share&recommender= 1a679f513937508670594ea2ec616195",
  72. "scene": null
  73. },
  74. {
  75. "id": -1,
  76. "name": "pages/chat/chatDetail/index",
  77. "pathName": "pages/chat/chatDetail/index",
  78. "query": "friend=d060bba5d66221200d8b19e7fa8b020b",
  79. "scene": null
  80. },
  81. {
  82. "id": -1,
  83. "name": "pages/index/activityDetail/index",
  84. "pathName": "pages/index/activityDetail/index",
  85. "query": "id=5e1e226d71d7774ba8166440aed78a11&eventType=dymic",
  86. "scene": null
  87. }
  88. ]
  89. }
  90. }
  91. }