酷炫小程序

project.config.json 1.8KB

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