project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. "uglifyFileName": false,
  14. "checkInvalidKey": true
  15. },
  16. "compileType": "miniprogram",
  17. "libVersion": "2.6.4",
  18. "appid": "wx84b3feac6069eec3",
  19. "projectname": "miaoguo_master",
  20. "debugOptions": {
  21. "hidedInDevtools": []
  22. },
  23. "isGameTourist": false,
  24. "simulatorType": "wechat",
  25. "simulatorPluginLibVersion": {},
  26. "condition": {
  27. "search": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "conversation": {
  32. "current": -1,
  33. "list": []
  34. },
  35. "plugin": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "game": {
  40. "currentL": -1,
  41. "list": []
  42. },
  43. "miniprogram": {
  44. "current": 0,
  45. "list": [
  46. {
  47. "id": 0,
  48. "name": "分享",
  49. "pathName": "pages/index/index",
  50. "query": "UserID=1&Share=1&MiaoguoCardID=32401",
  51. "scene": null
  52. },
  53. {
  54. "id": 1,
  55. "name": "上传",
  56. "pathName": "pages/main/uploadinmage",
  57. "query": "",
  58. "scene": null
  59. },
  60. {
  61. "id": 2,
  62. "name": "临时",
  63. "pathName": "pages/index/index",
  64. "query": "Homework=1",
  65. "scene": null
  66. },
  67. {
  68. "id": 3,
  69. "name": "临时",
  70. "pathName": "pages/index/index",
  71. "query": "UserID=1&Share=1&ColorIndex=0&MiaoguoCardID=36119",
  72. "scene": 1001
  73. }
  74. ]
  75. }
  76. }
  77. }