project.config.json 1.2 KB

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