feat: 关闭这里的跳转

master
xjs 2025-04-10 11:23:42 +08:00
parent 3fb6f00c7e
commit 00b7e56017
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@ export const publicRoutes = [
component:()=>import('../views/sort-college.vue')
},
{
path:'ai-conversion',
path:'/ai-conversion',
name:'ai',
meta:{
title:'六维小助手'
},
component: () => import('../views/ai-conversion.vue')
component: ()=>import('../views/ai-conversion.vue')
},
{
path:"/unauthorized",