project.config.json.default 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "autoAudits": true,
  13. "checkInvalidKey": true
  14. },
  15. "compileType": "miniprogram",
  16. "libVersion": "2.8.3",
  17. "appid": "wxf9df45f79ad85808",
  18. "projectname": "hire_client",
  19. "debugOptions": {
  20. "hidedInDevtools": []
  21. },
  22. "isGameTourist": false,
  23. "simulatorType": "wechat",
  24. "simulatorPluginLibVersion": {},
  25. "condition": {
  26. "search": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "conversation": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "plugin": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "game": {
  39. "currentL": -1,
  40. "list": []
  41. },
  42. "gamePlugin": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "miniprogram": {
  47. "current": 3,
  48. "list": [
  49. {
  50. "id": 0,
  51. "name": "pages/warnList/warnList",
  52. "pathName": "pages/warnList/warnList",
  53. "query": "macid=022102105027",
  54. "scene": null
  55. },
  56. {
  57. "id": 1,
  58. "name": "pages/test/test",
  59. "pathName": "pages/test/test",
  60. "query": "",
  61. "scene": null
  62. },
  63. {
  64. "id": -1,
  65. "name": "my",
  66. "pathName": "pages/my/my",
  67. "query": "",
  68. "scene": null
  69. },
  70. {
  71. "id": 3,
  72. "name": "index",
  73. "pathName": "pages/returnCar/returnCar",
  74. "query": "",
  75. "scene": null
  76. },
  77. {
  78. "id": 4,
  79. "name": "login",
  80. "pathName": "pages/login/login",
  81. "query": "",
  82. "scene": null
  83. },
  84. {
  85. "id": -1,
  86. "name": "register",
  87. "pathName": "pages/register/register",
  88. "query": "",
  89. "scene": null
  90. }
  91. ]
  92. }
  93. }
  94. }