project.config.json 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false,
  10. "checkInvalidKey": true
  11. },
  12. "miniprogramRoot": "dist/wx/",
  13. "compileType": "miniprogram",
  14. "appid": "wx47bde0e3d49633b4",
  15. "projectname": "ecommerce",
  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. "miniprogram": {
  36. "current": 0,
  37. "list": [
  38. {
  39. "id": 0,
  40. "name": "商品详情",
  41. "pathName": "pages/storeInfo/storeInfo",
  42. "query": "",
  43. "scene": null
  44. },
  45. {
  46. "id": 1,
  47. "name": "设置",
  48. "pathName": "pages/setting/setting",
  49. "query": "",
  50. "scene": null
  51. }
  52. ]
  53. }
  54. }
  55. }