project.config.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  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. "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.21.0",
  44. "appid": "wx80d1b03fccb22538",
  45. "projectname": "%E7%AD%91%E6%A2%A6%E5%B1%85",
  46. "debugOptions": {
  47. "hidedInDevtools": []
  48. },
  49. "scripts": {},
  50. "staticServerOptions": {
  51. "baseURL": "",
  52. "servePath": ""
  53. },
  54. "isGameTourist": false,
  55. "condition": {
  56. "search": {
  57. "list": []
  58. },
  59. "conversation": {
  60. "list": []
  61. },
  62. "game": {
  63. "list": []
  64. },
  65. "plugin": {
  66. "list": []
  67. },
  68. "gamePlugin": {
  69. "list": []
  70. },
  71. "miniprogram": {
  72. "list": [
  73. {
  74. "id": -1,
  75. "name": "登录",
  76. "pathName": "/pages/login",
  77. "query": "",
  78. "scene": null
  79. },
  80. {
  81. "id": -1,
  82. "name": "信息",
  83. "pathName": "/pages/home",
  84. "query": "",
  85. "scene": null
  86. },
  87. {
  88. "id": -1,
  89. "name": "房间余额",
  90. "pathName": "/pages/feeDetail",
  91. "query": "",
  92. "scene": null
  93. },
  94. {
  95. "id": -1,
  96. "name": "入住须知",
  97. "pathName": "/pages/checkin",
  98. "query": "",
  99. "scene": null
  100. }
  101. ]
  102. }
  103. }
  104. }