project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false
  10. },
  11. "compileType": "miniprogram",
  12. "libVersion": "2.13.1",
  13. "appid": "wx6e03e5ada030b1aa",
  14. "projectname": "充电桩",
  15. "isGameTourist": false,
  16. "simulatorType": "wechat",
  17. "simulatorPluginLibVersion": {},
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "plugin": {
  28. "current": -1,
  29. "list": []
  30. },
  31. "game": {
  32. "currentL": -1,
  33. "list": []
  34. },
  35. "gamePlugin": {
  36. "current": -1,
  37. "list": []
  38. },
  39. "miniprogram": {
  40. "current": -1,
  41. "list": [
  42. {
  43. "id": -1,
  44. "name": "登录",
  45. "pathName": "pages/login/login",
  46. "query": "",
  47. "scene": null
  48. },
  49. {
  50. "id": -1,
  51. "name": "忘记密码",
  52. "pathName": "pages/forget/forget",
  53. "query": "",
  54. "scene": null
  55. },
  56. {
  57. "id": 2,
  58. "name": "找回密码",
  59. "pathName": "pages/reset_password/reset_password",
  60. "query": "loginName=1234444",
  61. "scene": null
  62. },
  63. {
  64. "id": -1,
  65. "name": "注册",
  66. "pathName": "pages/register/register",
  67. "query": "",
  68. "scene": null
  69. }
  70. ]
  71. }
  72. }
  73. }