index.vue 255 B

123456789101112131415
  1. <template>
  2. <div>
  3. <a
  4. href="androidamap://navi?sourceApplication=google&lat=32.000000&lon=118.000000&dev=1&style=2
  5. pkg=com.autonavi.minimap"
  6. >导航</a
  7. >
  8. </div>
  9. </template>
  10. <script setup lang="ts">
  11. </script>
  12. <style scoped>
  13. </style>