project.config.json 599 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false
  8. },
  9. "compileType": "miniprogram",
  10. "libVersion": "2.7.0",
  11. "appid": "touristappid",
  12. "projectname": "UniApp",
  13. "simulatorType": "wechat",
  14. "simulatorPluginLibVersion": {},
  15. "condition": {
  16. "search": {
  17. "current": -1,
  18. "list": []
  19. },
  20. "conversation": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "game": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "miniprogram": {
  29. "current": 0,
  30. "list": [
  31. {
  32. "name": "",
  33. "path": "",
  34. "query": "",
  35. "id": 0
  36. }
  37. ]
  38. }
  39. }
  40. }