project.config.json 1.1 KB

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