project.config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. "useMultiFrameRuntime": true,
  13. "useApiHook": true,
  14. "useApiHostProcess": true,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. },
  20. "bundle": false,
  21. "useIsolateContext": true,
  22. "useCompilerModule": true,
  23. "userConfirmedUseCompilerModuleSwitch": false,
  24. "userConfirmedBundleSwitch": false,
  25. "packNpmManually": false,
  26. "packNpmRelationList": [],
  27. "minifyWXSS": true
  28. },
  29. "compileType": "miniprogram",
  30. "libVersion": "2.3.0",
  31. "appid": "wx313a8f2c0741efe1",
  32. "projectname": "%E8%AF%86%E5%AD%97",
  33. "isGameTourist": false,
  34. "simulatorType": "wechat",
  35. "simulatorPluginLibVersion": {},
  36. "condition": {
  37. "search": {
  38. "list": []
  39. },
  40. "conversation": {
  41. "list": []
  42. },
  43. "plugin": {
  44. "list": []
  45. },
  46. "game": {
  47. "currentL": -1,
  48. "list": []
  49. },
  50. "miniprogram": {
  51. "list": [
  52. {
  53. "id": -1,
  54. "name": "首页",
  55. "pathName": "pages/main/index",
  56. "query": ""
  57. },
  58. {
  59. "id": -1,
  60. "name": "列表",
  61. "pathName": "pages/main/list",
  62. "query": ""
  63. },
  64. {
  65. "id": 2,
  66. "name": "详情页",
  67. "pathName": "pages/main/detail",
  68. "query": "bookid=1&unitid=1&wordid=0"
  69. },
  70. {
  71. "id": -1,
  72. "name": "\b搜索",
  73. "pathName": "pages/main/search",
  74. "query": ""
  75. }
  76. ]
  77. }
  78. }
  79. }