project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "autoAudits": false
  13. },
  14. "compileType": "miniprogram",
  15. "libVersion": "2.5.0",
  16. "appid": "wxec2cf92919734942",
  17. "projectname": "%E9%9F%B3%E4%B9%90%E9%92%A5%E5%8C%99%E8%B4%A2%E5%8A%A1%E7%B3%BB%E7%BB%9F",
  18. "debugOptions": {
  19. "hidedInDevtools": []
  20. },
  21. "isGameTourist": false,
  22. "simulatorType": "wechat",
  23. "simulatorPluginLibVersion": {},
  24. "condition": {
  25. "search": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "conversation": {
  30. "current": -1,
  31. "list": []
  32. },
  33. "plugin": {
  34. "current": -1,
  35. "list": []
  36. },
  37. "game": {
  38. "currentL": -1,
  39. "list": []
  40. },
  41. "miniprogram": {
  42. "current": 2,
  43. "list": [
  44. {
  45. "id": -1,
  46. "name": "登录",
  47. "pathName": "pages/login/login",
  48. "query": ""
  49. },
  50. {
  51. "id": -1,
  52. "name": "数据中心",
  53. "pathName": "pages/thedatacenter/index",
  54. "query": "",
  55. "scene": null
  56. },
  57. {
  58. "id": -1,
  59. "name": "提交记录",
  60. "pathName": "pages/submittherecord/index",
  61. "query": "",
  62. "scene": null
  63. }
  64. ]
  65. }
  66. }
  67. }