diff --git a/src/components/business/Chat/layout/sider/List.vue b/src/components/business/Chat/layout/sider/List.vue index 427f048..ff8b15a 100644 --- a/src/components/business/Chat/layout/sider/List.vue +++ b/src/components/business/Chat/layout/sider/List.vue @@ -6,7 +6,9 @@ import ListItem from './ListItem.vue' diff --git a/src/router/index.ts b/src/router/index.ts index fad7e6d..0b92d72 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -6,7 +6,7 @@ const routes: RouteRecordRaw[] = [ { path: '/', name: 'Home', - component: () => import('@/views/Home/index.vue'), + component: () => import('@/views/home/index.vue'), }, ]