- 新增locate页,用于地图跳转 - 调整about页卡片布局
This commit is contained in:
12
app/pages/locate.vue
Normal file
12
app/pages/locate.vue
Normal file
@ -0,0 +1,12 @@
|
||||
<template>
|
||||
<div>redirecting...</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
onMounted(async () => {
|
||||
const platform = await getAutoMappedService();
|
||||
|
||||
// // ✔ 移动端能正常跳转
|
||||
window.location.href = platform;
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user