project.config.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "coverView": true,
  13. "autoAudits": false,
  14. "checkInvalidKey": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "useMultiFrameRuntime": true,
  18. "useApiHook": true,
  19. "useApiHostProcess": true,
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. },
  25. "bundle": false,
  26. "useIsolateContext": true,
  27. "useCompilerModule": true,
  28. "userConfirmedUseCompilerModuleSwitch": false,
  29. "userConfirmedBundleSwitch": false,
  30. "packNpmManually": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "scopeDataCheck": false
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.8.1",
  37. "appid": "wx7379ad24baaaf660",
  38. "projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
  39. "isGameTourist": false,
  40. "simulatorType": "wechat",
  41. "simulatorPluginLibVersion": {},
  42. "condition": {
  43. "search": {
  44. "list": []
  45. },
  46. "conversation": {
  47. "list": []
  48. },
  49. "plugin": {
  50. "list": []
  51. },
  52. "game": {
  53. "currentL": -1,
  54. "list": []
  55. },
  56. "miniprogram": {
  57. "list": [
  58. {
  59. "id": 0,
  60. "name": "1047: 扫描小程序码",
  61. "pathName": "page/home/index",
  62. "query": "",
  63. "scene": 1047
  64. },
  65. {
  66. "id": -1,
  67. "name": "page/findmore/index",
  68. "pathName": "page/findmore/index",
  69. "query": "",
  70. "scene": null
  71. },
  72. {
  73. "id": -1,
  74. "name": "page/home/deduct/deduct",
  75. "pathName": "page/home/deduct/deduct",
  76. "query": "",
  77. "scene": null
  78. },
  79. {
  80. "id": -1,
  81. "name": "page/findmore/index",
  82. "pathName": "page/findmore/index",
  83. "query": "",
  84. "scene": null
  85. },
  86. {
  87. "id": 4,
  88. "name": "1037: 从小程序进入",
  89. "pathName": "page/home/index",
  90. "query": "name=test",
  91. "scene": 1037,
  92. "referrerInfo": {
  93. "appId": "wxbf3f03f8a7d0cdcf",
  94. "extraData": "{ \"testname\": \"test1\"}"
  95. }
  96. }
  97. ]
  98. }
  99. }
  100. }