project.config.json 866 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. },
  13. "compileType": "miniprogram",
  14. "libVersion": "2.0.7",
  15. "appid": "wxbfc328702b435898",
  16. "projectname": "%E6%97%85%E8%A1%8C%E7%BE%8E%E9%A3%9F%E5%9B%BE%E9%89%B4",
  17. "isGameTourist": false,
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "plugin": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "currentL": -1,
  33. "list": []
  34. },
  35. "miniprogram": {
  36. "current": 1,
  37. "list": [
  38. {
  39. "id": 0,
  40. "name": "test",
  41. "pathName": "pages/map/index",
  42. "query": ""
  43. },
  44. {
  45. "id": 1,
  46. "name": "3",
  47. "pathName": "pages/dairy/index",
  48. "query": ""
  49. }
  50. ]
  51. }
  52. }
  53. }