feat: 关闭这里的跳转
parent
61cc5c9838
commit
3fb6f00c7e
|
|
@ -7,6 +7,14 @@ export const publicRoutes = [
|
|||
},
|
||||
component:()=>import('../views/sort-college.vue')
|
||||
},
|
||||
{
|
||||
path:'ai-conversion',
|
||||
name:'ai',
|
||||
meta:{
|
||||
title:'六维小助手'
|
||||
},
|
||||
component: () => import('../views/ai-conversion.vue')
|
||||
},
|
||||
{
|
||||
path:"/unauthorized",
|
||||
name:'unauthorized',
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
</script>
|
||||
|
|
@ -46,7 +46,6 @@
|
|||
message: JSON.stringify(wishList.value),
|
||||
},
|
||||
});
|
||||
uni.navigateBack({ delta: 1 })
|
||||
};
|
||||
|
||||
const removeCollege = (index:number) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue