project.config.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "checkInvalidKey": true,
  10. "checkSiteMap": true,
  11. "uploadWithSourceMap": true,
  12. "useMultiFrameRuntime": true,
  13. "useApiHook": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. },
  19. "useIsolateContext": true,
  20. "useCompilerModule": false,
  21. "userConfirmedUseCompilerModuleSwitch": false,
  22. "userConfirmedBundleSwitch": false,
  23. "packNpmManually": false,
  24. "packNpmRelationList": [],
  25. "minifyWXSS": true,
  26. "bundle": false,
  27. "useApiHostProcess": true
  28. },
  29. "compileType": "miniprogram",
  30. "libVersion": "2.3.0",
  31. "appid": "wx1fef080f74481cbd",
  32. "projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
  33. "isGameTourist": false,
  34. "simulatorType": "wechat",
  35. "simulatorPluginLibVersion": {},
  36. "condition": {
  37. "search": {
  38. "list": []
  39. },
  40. "conversation": {
  41. "list": []
  42. },
  43. "plugin": {
  44. "list": []
  45. },
  46. "game": {
  47. "currentL": -1,
  48. "list": []
  49. },
  50. "miniprogram": {
  51. "list": [
  52. {
  53. "id": 0,
  54. "name": "list",
  55. "pathName": "pages/main/list",
  56. "query": "id=3&name=三年级"
  57. },
  58. {
  59. "id": 1,
  60. "name": "detail",
  61. "pathName": "pages/main/detail",
  62. "query": "id=187"
  63. },
  64. {
  65. "id": 2,
  66. "name": "print",
  67. "pathName": "pages/main/print",
  68. "query": "id=183"
  69. },
  70. {
  71. "id": -1,
  72. "name": "item",
  73. "pathName": "pages/main/item",
  74. "query": "id=46"
  75. },
  76. {
  77. "id": -1,
  78. "name": "guide",
  79. "pathName": "pages/main/guide",
  80. "query": ""
  81. },
  82. {
  83. "id": -1,
  84. "name": "login",
  85. "pathName": "pages/about/payfinished",
  86. "query": ""
  87. },
  88. {
  89. "id": -1,
  90. "name": "answer",
  91. "pathName": "pages/main/answer",
  92. "query": ""
  93. },
  94. {
  95. "id": -1,
  96. "name": "errorlist",
  97. "pathName": "pages/main/errorlist",
  98. "query": ""
  99. },
  100. {
  101. "id": -1,
  102. "name": "share",
  103. "pathName": "pages/about/share",
  104. "query": ""
  105. }
  106. ]
  107. }
  108. }
  109. }