project.config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "3.0.1",
  22. "appid": "wxa67985a99191095e",
  23. "projectname": "云飞智控",
  24. "condition": {
  25. "miniprogram": {
  26. "list": [
  27. {
  28. "name": "about",
  29. "pathName": "pages/my/about/about",
  30. "query": ""
  31. },
  32. {
  33. "name": "feedback",
  34. "pathName": "pages/my/feedback/feedback",
  35. "query": ""
  36. },
  37. {
  38. "name": "cdIndex",
  39. "pathName": "pages/cb/index/index",
  40. "query": ""
  41. },
  42. {
  43. "name": "login",
  44. "pathName": "pages/login/login",
  45. "query": ""
  46. }
  47. ]
  48. }
  49. },
  50. "editorSetting": {
  51. "tabIndent": "insertSpaces",
  52. "tabSize": 2
  53. }
  54. }