project.config.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "nodeModules": true,
  14. "autoAudits": false,
  15. "checkInvalidKey": true,
  16. "checkSiteMap": true,
  17. "uploadWithSourceMap": true,
  18. "babelSetting": {
  19. "ignore": [],
  20. "disablePlugins": [],
  21. "outputPath": ""
  22. },
  23. "minifyWXML": true,
  24. "packNpmManually": false,
  25. "packNpmRelationList": [],
  26. "minifyWXSS": true,
  27. "disableUseStrict": false,
  28. "useStaticServer": true,
  29. "showES6CompileOption": false,
  30. "useCompilerPlugins": false,
  31. "coverView": true,
  32. "lazyloadPlaceholderEnable": false,
  33. "preloadBackgroundData": false,
  34. "uglifyFileName": false,
  35. "enhance": true,
  36. "useMultiFrameRuntime": true,
  37. "showShadowRootInWxmlPanel": true
  38. },
  39. "compileType": "miniprogram",
  40. "libVersion": "2.23.4",
  41. "appid": "wx4263754944d4d184",
  42. "projectname": "tools",
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {
  46. "miniprogram": {
  47. "list": [
  48. {
  49. "name": "pages/index/index",
  50. "pathName": "pages/index/index",
  51. "query": "q=https%3A%2F%2F192.168.10.39%2FexamStudentId%253D2%2526examRecordDataId%253D8066862%2526order%253D20%2526transferFileType%253DAUDIO%2526key%253DU_S_0_2%2526token%253DCC0644A619EB5562733292581F30662169B6FA1A5FAC04AB6D2B9C163CDA0484",
  52. "scene": null
  53. }
  54. ]
  55. }
  56. },
  57. "editorSetting": {
  58. "tabIndent": "insertSpaces",
  59. "tabSize": 4
  60. }
  61. }