project.config.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "simulatorType": "wechat",
  23. "simulatorPluginLibVersion": {},
  24. "condition": {
  25. "search": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "conversation": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "plugin": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "game": {
  38. "currentL": -1,
  39. "list": []
  40. },
  41. "miniprogram": {
  42. "current": 0,
  43. "list": [
  44. {
  45. "id": 0,
  46. "name": "分享",
  47. "pathName": "pages/index/index",
  48. "query": "UserID=1&Share=1&MiaoguoCardID=4997",
  49. "scene": null
  50. },
  51. {
  52. "id": 1,
  53. "name": "上传",
  54. "pathName": "pages/main/uploadinmage",
  55. "query": "",
  56. "scene": null
  57. }
  58. ]
  59. }
  60. }
  61. }