project.config.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. <<<<<<< HEAD
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": false,
  11. "postcss": false,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": false,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "bundle": false,
  35. "useIsolateContext": true,
  36. "useCompilerModule": true,
  37. "userConfirmedUseCompilerModuleSwitch": false,
  38. "userConfirmedBundleSwitch": false,
  39. "packNpmManually": false,
  40. "packNpmRelationList": [],
  41. "minifyWXSS": true
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "",
  45. "appid": "wxa67985a99191095e",
  46. "projectname": "云飞智控",
  47. =======
  48. "urlCheck": false,
  49. "minified": true,
  50. "postcss": false,
  51. "es6": true
  52. },
  53. "compileType": "miniprogram",
  54. "libVersion": "",
  55. "appid": "wx8b73392672bcdac0",
  56. "projectname": "大数据平台APP",
  57. >>>>>>> 689110420c3aa522bf2c78c17edcce1dae754b0c
  58. "condition": {
  59. "search": {
  60. "current": -1,
  61. "list": []
  62. },
  63. "conversation": {
  64. "current": -1,
  65. "list": []
  66. },
  67. "game": {
  68. "current": -1,
  69. "list": []
  70. },
  71. "miniprogram": {
  72. "current": 3,
  73. "list": [
  74. {
  75. "name": "about",
  76. "id": 0,
  77. "pathName": "pages/my/about/about"
  78. },
  79. {
  80. "name": "feedback",
  81. "id": 1,
  82. "pathName": "pages/my/feedback/feedback"
  83. },
  84. {
  85. "name": "cdIndex",
  86. "id": 2,
  87. "pathName": "pages/cb/index/index"
  88. },
  89. {
  90. "name": "login",
  91. "id": 3,
  92. "pathName": "pages/login/login"
  93. }
  94. ]
  95. }
  96. }
  97. }