project.config.json 755 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": true,
  11. "newFeature": true,
  12. "bigPackageSizeSupport": true
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "",
  16. <<<<<<< HEAD
  17. "appid": "wx36b87a0820734de8",
  18. =======
  19. "appid": "wx90ad5ee96038c413",
  20. >>>>>>> b53250c80fab209f9c8ef79b7d9ca16abd04a782
  21. "projectname": "lookCourse_common_uniapp",
  22. "condition": {
  23. "search": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "conversation": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "miniprogram": {
  36. "current": -1,
  37. "list": []
  38. }
  39. }
  40. }