feat: 关闭这里的跳转
parent
3fb6f00c7e
commit
00b7e56017
|
|
@ -8,12 +8,12 @@ export const publicRoutes = [
|
||||||
component:()=>import('../views/sort-college.vue')
|
component:()=>import('../views/sort-college.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path:'ai-conversion',
|
path:'/ai-conversion',
|
||||||
name:'ai',
|
name:'ai',
|
||||||
meta:{
|
meta:{
|
||||||
title:'六维小助手'
|
title:'六维小助手'
|
||||||
},
|
},
|
||||||
component: () => import('../views/ai-conversion.vue')
|
component: ()=>import('../views/ai-conversion.vue')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path:"/unauthorized",
|
path:"/unauthorized",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue