project.config.json 810 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false
  8. },
  9. "compileType": "miniprogram",
  10. "libVersion": "",
  11. "appid": "wx67b24edcbe18ae39",
  12. "projectname": "designatedDriver",
  13. "simulatorType": "wechat",
  14. "simulatorPluginLibVersion": {},
  15. "condition": {
  16. "search": {
  17. "list": []
  18. },
  19. "conversation": {
  20. "list": []
  21. },
  22. "game": {
  23. "list": []
  24. },
  25. "miniprogram": {
  26. "list": [
  27. {
  28. "name": "下单",
  29. "query": "action=call",
  30. "id": 0,
  31. "pathName": "pages/taxiService/taxiService"
  32. },
  33. {
  34. "name": "申请代驾",
  35. "query": "",
  36. "id": 1,
  37. "pathName": "pages/mine/applyDriving"
  38. }
  39. ]
  40. }
  41. }
  42. }