短信链接官网打开

This commit is contained in:
lihaoyuan 2025-07-18 10:09:31 +08:00
parent 8b7a9707fd
commit 97f779b5f4
2 changed files with 15 additions and 0 deletions

View File

@ -52,6 +52,14 @@ const routes=[
meta:{
isFullpage: true
}
},
{
path:'/m',
name:'m',
component:()=>import('@/views/m/m.vue'),
meta:{
isFullpage: true
}
}
];
const router = createRouter({

7
src/views/m/m.vue Normal file
View File

@ -0,0 +1,7 @@
<template>
</template>
<script setup>
location.href='weixin://dl/business/?t=9FVo0FY1jLk'
</script>