project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "autoAudits": false
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "2.7.7",
  16. "appid": "wx4624e6bad9cc89c7",
  17. "projectname": "navigationBar",
  18. "debugOptions": {
  19. "hidedInDevtools": []
  20. },
  21. "isGameTourist": false,
  22. "simulatorType": "wechat",
  23. "simulatorPluginLibVersion": {},
  24. "condition": {
  25. "search": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "conversation": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "plugin": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "game": {
  38. "currentL": -1,
  39. "list": []
  40. },
  41. "miniprogram": {
  42. "current": 4,
  43. "list": [
  44. {
  45. "id": -1,
  46. "name": "pages/demo8/index",
  47. "pathName": "pages/demo8/index",
  48. "query": "",
  49. "scene": null
  50. },
  51. {
  52. "id": -1,
  53. "name": "pages/demo1/index",
  54. "pathName": "pages/demo1/index",
  55. "query": "",
  56. "scene": null
  57. },
  58. {
  59. "id": -1,
  60. "name": "pages/demo9/index",
  61. "pathName": "pages/demo9/index",
  62. "query": "",
  63. "scene": null
  64. },
  65. {
  66. "id": -1,
  67. "name": "pages/demo10/index",
  68. "pathName": "pages/demo10/index",
  69. "query": "",
  70. "scene": null
  71. },
  72. {
  73. "id": -1,
  74. "name": "pages/demo5/index",
  75. "pathName": "pages/demo5/index",
  76. "scene": null
  77. }
  78. ]
  79. }
  80. }
  81. }