chore: set app list page as the index page

This commit is contained in:
RockYang
2023-10-16 14:20:44 +08:00
parent fff8b78aba
commit 7f50fa3fcf
2 changed files with 10 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ const routes = [
{
name: 'home',
path: '/',
redirect: '/chat',
redirect: '/apps',
meta: {title: '首页'},
component: () => import('@/views/Home.vue'),
children: [