feat: 关闭这里的跳转

master
xjs 2025-04-10 11:18:05 +08:00
parent 61cc5c9838
commit 3fb6f00c7e
3 changed files with 14 additions and 1 deletions

View File

@ -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',

View File

@ -0,0 +1,6 @@
<template>
</template>
<script lang="ts" setup>
</script>

View File

@ -46,7 +46,6 @@
message: JSON.stringify(wishList.value),
},
});
uni.navigateBack({ delta: 1 })
};
const removeCollege = (index:number) => {