酷炫小程序

project.config.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false
  10. },
  11. "compileType": "miniprogram",
  12. "libVersion": "1.9.91",
  13. "appid": "wx2ba19970037083a8",
  14. "projectname": "%E6%8B%BC%E5%A4%9A%E5%A4%9A",
  15. "isGameTourist": false,
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "plugin": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "game": {
  30. "currentL": -1,
  31. "list": []
  32. },
  33. "miniprogram": {
  34. "current": -1,
  35. "list": [
  36. {
  37. "id": -1,
  38. "name": "detail",
  39. "pathName": "pages/detail/detail",
  40. "query": ""
  41. },
  42. {
  43. "id": -1,
  44. "name": "index",
  45. "pathName": "pages/index/index",
  46. "query": ""
  47. },
  48. {
  49. "id": -1,
  50. "name": "paihang",
  51. "pathName": "pages/paihang/paihang",
  52. "query": ""
  53. },
  54. {
  55. "id": -1,
  56. "name": "wode",
  57. "pathName": "pages/wode/wode",
  58. "query": ""
  59. },
  60. {
  61. "id": -1,
  62. "name": "seach",
  63. "pathName": "pages/search/search",
  64. "query": ""
  65. },
  66. {
  67. "id": -1,
  68. "name": "searchResult",
  69. "pathName": "pages/searchResult/searchResult",
  70. "query": ""
  71. },
  72. {
  73. "id": -1,
  74. "name": "classification",
  75. "pathName": "pages/classification/classification",
  76. "query": ""
  77. },
  78. {
  79. "id": -1,
  80. "name": "classification",
  81. "pathName": "pages/classification/classification",
  82. "query": ""
  83. },
  84. {
  85. "id": -1,
  86. "name": "newSearchResult",
  87. "pathName": "pages/newSearchResult/newSearchResult",
  88. "query": ""
  89. },
  90. {
  91. "id": -1,
  92. "name": "listExtension",
  93. "pathName": "pages/listExtension/listExtension",
  94. "query": ""
  95. }
  96. ]
  97. }
  98. }
  99. }