project.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": false,
  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": false,
  25. "useApiHook": false,
  26. "useApiHostProcess": false,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "useIsolateContext": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "disableUseStrict": false,
  39. "showES6CompileOption": false,
  40. "useCompilerPlugins": false,
  41. "minifyWXML": true
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "",
  45. "appid": "wxa67985a99191095e",
  46. "projectname": "云飞智控",
  47. "condition": {
  48. "search": {
  49. "list": []
  50. },
  51. "conversation": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "list": [
  59. {
  60. "name": "about",
  61. "id": 0,
  62. "pathName": "pages/my/about/about"
  63. },
  64. {
  65. "name": "feedback",
  66. "id": 1,
  67. "pathName": "pages/my/feedback/feedback"
  68. },
  69. {
  70. "name": "cdIndex",
  71. "id": 2,
  72. "pathName": "pages/cb/index/index"
  73. },
  74. {
  75. "name": "login",
  76. "id": 3,
  77. "pathName": "pages/login/login"
  78. }
  79. ]
  80. }
  81. }
  82. }