project.config.json 853 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "autoAudits": false
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "2.6.4",
  16. "appid": "wx84b3feac6069eec3",
  17. "projectname": "miaoguo_master",
  18. "debugOptions": {
  19. "hidedInDevtools": []
  20. },
  21. "isGameTourist": false,
  22. "condition": {
  23. "search": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "conversation": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "plugin": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "game": {
  36. "currentL": -1,
  37. "list": []
  38. },
  39. "miniprogram": {
  40. "current": 0,
  41. "list": [
  42. {
  43. "id": 0,
  44. "name": "分享",
  45. "pathName": "pages/index/index",
  46. "query": "UserID=1&Share=1&MiaoguoCardID=3947",
  47. "scene": null
  48. }
  49. ]
  50. }
  51. }
  52. }