project.config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "minified": true,
  10. "postcss": false,
  11. "es6": true,
  12. "enhance": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "uglifyFileName": false,
  17. "checkInvalidKey": true,
  18. "uploadWithSourceMap": true,
  19. "compileHotReLoad": false,
  20. "useMultiFrameRuntime": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. },
  26. "packNpmManually": false,
  27. "packNpmRelationList": [],
  28. "minifyWXSS": true,
  29. "disableUseStrict": false,
  30. "showES6CompileOption": false,
  31. "useCompilerPlugins": false,
  32. "ignoreUploadUnusedFiles": true,
  33. "useStaticServer": true
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.17.0",
  37. "appid": "wxa67985a99191095e",
  38. "projectname": "云飞智控",
  39. "condition": {
  40. "miniprogram": {
  41. "list": [
  42. {
  43. "name": "about",
  44. "pathName": "pages/my/about/about",
  45. "query": ""
  46. },
  47. {
  48. "name": "feedback",
  49. "pathName": "pages/my/feedback/feedback",
  50. "query": ""
  51. },
  52. {
  53. "name": "cdIndex",
  54. "pathName": "pages/cb/index/index",
  55. "query": ""
  56. },
  57. {
  58. "name": "login",
  59. "pathName": "pages/login/login",
  60. "query": ""
  61. }
  62. ]
  63. }
  64. },
  65. "editorSetting": {
  66. "tabIndent": "insertSpaces",
  67. "tabSize": 2
  68. }
  69. }