project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "checkInvalidKey": true,
  10. "checkSiteMap": true,
  11. "uploadWithSourceMap": true,
  12. "babelSetting": {
  13. "ignore": [],
  14. "disablePlugins": [],
  15. "outputPath": ""
  16. },
  17. "useIsolateContext": true,
  18. "useCompilerModule": true,
  19. "userConfirmedUseCompilerModuleSwitch": false
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "2.3.0",
  23. "appid": "wx313a8f2c0741efe1",
  24. "projectname": "%E8%AF%86%E5%AD%97",
  25. "isGameTourist": false,
  26. "simulatorType": "wechat",
  27. "simulatorPluginLibVersion": {},
  28. "condition": {
  29. "search": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "conversation": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "plugin": {
  38. "current": -1,
  39. "list": []
  40. },
  41. "game": {
  42. "currentL": -1,
  43. "list": []
  44. },
  45. "miniprogram": {
  46. "current": -1,
  47. "list": [
  48. {
  49. "id": -1,
  50. "name": "首页",
  51. "pathName": "pages/main/index",
  52. "query": ""
  53. },
  54. {
  55. "id": -1,
  56. "name": "列表",
  57. "pathName": "pages/main/list",
  58. "query": ""
  59. },
  60. {
  61. "id": 2,
  62. "name": "详情页",
  63. "pathName": "pages/main/detail",
  64. "query": "bookid=1&unitid=1&wordid=0"
  65. },
  66. {
  67. "id": -1,
  68. "name": "\b搜索",
  69. "pathName": "pages/main/search",
  70. "query": ""
  71. }
  72. ]
  73. }
  74. }
  75. }