project.config.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. },
  26. "useIsolateContext": true,
  27. "useCompilerModule": false,
  28. "userConfirmedUseCompilerModuleSwitch": false
  29. },
  30. "compileType": "miniprogram",
  31. "libVersion": "2.11.2",
  32. "appid": "wx41c4be947a99bc26",
  33. "projectname": "panda_small_%20routine",
  34. "isGameTourist": false,
  35. "simulatorType": "wechat",
  36. "simulatorPluginLibVersion": {},
  37. "condition": {
  38. "search": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "conversation": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "plugin": {
  47. "current": -1,
  48. "list": []
  49. },
  50. "game": {
  51. "currentL": -1,
  52. "list": []
  53. },
  54. "miniprogram": {
  55. "current": -1,
  56. "list": [
  57. {
  58. "id": 0,
  59. "name": "details",
  60. "pathName": "pages/details/details",
  61. "query": ""
  62. },
  63. {
  64. "id": 1,
  65. "name": "comments",
  66. "pathName": "pages/comments/comments",
  67. "query": ""
  68. },
  69. {
  70. "id": -1,
  71. "name": "shopcart",
  72. "pathName": "pages/shopCart/shopCart",
  73. "query": ""
  74. },
  75. {
  76. "id": -1,
  77. "name": "person",
  78. "pathName": "pages/person/person",
  79. "query": ""
  80. },
  81. {
  82. "id": -1,
  83. "name": "orderTabs",
  84. "pathName": "pages/order_tabs/orderTabs",
  85. "query": ""
  86. },
  87. {
  88. "id": -1,
  89. "name": "addAddress",
  90. "pathName": "pages/addAddress/addAddress",
  91. "query": ""
  92. }
  93. ]
  94. }
  95. }
  96. }