mp_menu.json 434 B

123456789101112131415161718192021
  1. {
  2. "button": [
  3. {
  4. "type": "view",
  5. "name": "停车减免",
  6. "url": "https://cloud.yeswash.cn/parking.html"
  7. },
  8. {
  9. "type": "miniprogram",
  10. "name": "去洗车",
  11. "appid": "wxe466e6b630cc47ae",
  12. "pagepath": "pages/index/index",
  13. "url": "https://cloud.yeswash.cn"
  14. },
  15. {
  16. "type": "view",
  17. "name": "商家入口",
  18. "url": "https://cloud.yeswash.cn/h5#/"
  19. }
  20. ]
  21. }