C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
752 B

  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.0.9",
  16. "appid": "wx30caec1cc16c4634",
  17. "projectname": "C",
  18. "isGameTourist": false,
  19. "condition": {
  20. "search": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "conversation": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "plugin": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "game": {
  33. "currentL": -1,
  34. "list": []
  35. },
  36. "miniprogram": {
  37. "current": 0,
  38. "list": [
  39. {
  40. "id": 0,
  41. "name": "fhrufhr",
  42. "pathName": "pages/index/index",
  43. "query": "scene=\"1111\""
  44. }
  45. ]
  46. }
  47. }
  48. }