project.config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "nodeModules": false,
  10. "autoAudits": false
  11. },
  12. "compileType": "miniprogram",
  13. "libVersion": "2.4.3",
  14. "appid": "wx0e75c90d9db2047b",
  15. "projectname": "Small_Program",
  16. "isGameTourist": false,
  17. "condition": {
  18. "search": {
  19. "current": -1,
  20. "list": []
  21. },
  22. "conversation": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "plugin": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "game": {
  31. "currentL": -1,
  32. "list": []
  33. },
  34. "miniprogram": {
  35. "current": 1,
  36. "list": [
  37. {
  38. "id": 0,
  39. "name": "test",
  40. "pathName": "pages/login_page/index",
  41. "query": ""
  42. },
  43. {
  44. "id": 1,
  45. "name": "reward-detail",
  46. "pathName": "pages/user/my_follow/index",
  47. "query": "",
  48. "scene": null
  49. },
  50. {
  51. "id": 2,
  52. "name": "detail",
  53. "pathName": "pages/zl_detail/index",
  54. "query": "id=5623",
  55. "scene": null
  56. },
  57. {
  58. "id": -1,
  59. "name": "result",
  60. "pathName": "pages/yuezhan/search_result/index",
  61. "query": ""
  62. },
  63. {
  64. "id": 4,
  65. "name": "rewas",
  66. "pathName": "pages/zl_detail/create_evaluation/index",
  67. "query": "",
  68. "scene": null
  69. },
  70. {
  71. "id": 5,
  72. "name": "test",
  73. "pathName": "pages/tongcheng/index",
  74. "query": "",
  75. "scene": null
  76. },
  77. {
  78. "id": 6,
  79. "name": "线下看展",
  80. "pathName": "pages/zl_detail/index",
  81. "query": "id=6158",
  82. "scene": null
  83. }
  84. ]
  85. }
  86. }
  87. }