| | |
| | | hidden: true
|
| | | },
|
| | | {
|
| | | path: "/callbacklccpn",
|
| | | component: () => import("@/views/tideLogin.vue"),
|
| | | hidden: true,
|
| | | },
|
| | | {
|
| | | path: '/register',
|
| | | component: () => import('@/views/register'),
|
| | | hidden: true
|
| | |
| | | component: () => import('@/views/error/401'),
|
| | | hidden: true
|
| | | },
|
| | |
|
| | | {
|
| | | path: '',
|
| | | component: Layout,
|
| | |
| | | component: () => import('@/views/index'),
|
| | | name: 'Index',
|
| | | meta: { title: '首页', icon: 'dashboard', affix: true }
|
| | | }
|
| | | ]
|
| | | },
|
| | | {
|
| | | path: '/main/MobileChat',
|
| | | component: Layout,
|
| | | redirect: '',
|
| | | hidden: true,
|
| | | children: [
|
| | | {
|
| | | path: '',
|
| | | component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'),
|
| | | name: 'MobileChat',
|
| | | meta: { title: 'AI对话', icon: 'dashboard', affix: true}
|
| | | }
|
| | | ]
|
| | | },
|
| | |
| | | }
|
| | | return { top: 0 }
|
| | | },
|
| | | });
|
| | | })
|
| | |
|
| | | export default router;
|
| | | export default router
|