From 95d45a0ade8ffac878490508cda9503a8b4b86aa Mon Sep 17 00:00:00 2001 From: JiXinHui <985276981@qq.com> Date: Fri, 4 Jul 2025 16:52:39 +0800 Subject: [PATCH] =?UTF-8?q?pref:=E9=A1=B5=E9=9D=A2=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/TabBar.vue | 2 +- pages.json | 4 ++-- pages/home/{converstaion => conversations}/index.vue | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename pages/home/{converstaion => conversations}/index.vue (100%) diff --git a/components/TabBar.vue b/components/TabBar.vue index 189d976..0535275 100644 --- a/components/TabBar.vue +++ b/components/TabBar.vue @@ -31,7 +31,7 @@ export default { useImg: true, icon: "/static/tabbar/tabbar-icon1.png", activeIcon: "/static/tabbar/tabbar-icon1.png", - pagePath: "/pages/home/index", + pagePath: "/pages/home/conversations/index", }, { text: "留言板", diff --git a/pages.json b/pages.json index 9d173c3..eb7619f 100644 --- a/pages.json +++ b/pages.json @@ -43,7 +43,7 @@ } }, { - "path": "pages/home/conversation/index", + "path": "pages/home/conversations/index", "style": { "navigationBarTitleText": "会话列表", "enablePullDownRefresh": false, @@ -201,7 +201,7 @@ "backgroundColor": "#ffffff", "list": [ { - "pagePath": "pages/home/conversation/index", + "pagePath": "pages/home/conversations/index", "iconPath": "static/tabbar/icon_home.png", "selectedIconPath": "static/tabbar/icon_home_active.png", "text": "会话列表" diff --git a/pages/home/converstaion/index.vue b/pages/home/conversations/index.vue similarity index 100% rename from pages/home/converstaion/index.vue rename to pages/home/conversations/index.vue