问星数据小程序

project.config.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "useIsolateContext": true,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true,
  38. "showES6CompileOption": false
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "2.18.0",
  42. "appid": "wx5bcf8975e677d8d4",
  43. "projectname": "%E8%A7%86%E9%A2%91%E5%8F%B7-%E9%97%AE%E6%98%9F%E6%95%B0%E6%8D%AE",
  44. "debugOptions": {
  45. "hidedInDevtools": []
  46. },
  47. "isGameTourist": false,
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "condition": {
  51. "plugin": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "gamePlugin": {
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "list": [
  62. {
  63. "name": "pages/search/search",
  64. "pathName": "pages/search/search",
  65. "query": "user_id=-4891651867847485389",
  66. "scene": null
  67. },
  68. {
  69. "name": "pages/index/index",
  70. "pathName": "pages/index/index",
  71. "query": "",
  72. "scene": null
  73. }
  74. ]
  75. }
  76. }
  77. }