From 6cafc07e0dc5205b379f75145c604548725db610 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Mon, 13 Feb 2023 16:01:18 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/business/Chat/layout/sider/List.vue | 4 +++- src/router/index.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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'), }, ]