project.config.json 984 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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=4997",
  47. "scene": null
  48. },
  49. {
  50. "id": 1,
  51. "name": "上传",
  52. "pathName": "pages/main/uploadinmage",
  53. "query": "",
  54. "scene": null
  55. }
  56. ]
  57. }
  58. }
  59. }