短信链接官网打开
This commit is contained in:
parent
8b7a9707fd
commit
97f779b5f4
@ -52,6 +52,14 @@ const routes=[
|
|||||||
meta:{
|
meta:{
|
||||||
isFullpage: true
|
isFullpage: true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
path:'/m',
|
||||||
|
name:'m',
|
||||||
|
component:()=>import('@/views/m/m.vue'),
|
||||||
|
meta:{
|
||||||
|
isFullpage: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
const router = createRouter({
|
const router = createRouter({
|
||||||
|
|||||||
7
src/views/m/m.vue
Normal file
7
src/views/m/m.vue
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<template>
|
||||||
|
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script setup>
|
||||||
|
location.href='weixin://dl/business/?t=9FVo0FY1jLk'
|
||||||
|
</script>
|
||||||
Loading…
Reference in New Issue
Block a user