From 26ebbdada05adf23a6250d560672468d9ae42509 Mon Sep 17 00:00:00 2001 From: JiXinHui <985276981@qq.com> Date: Fri, 4 Jul 2025 16:43:42 +0800 Subject: [PATCH] =?UTF-8?q?pref:home=E4=B8=8B=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 17 +++++++++-------- pages/home/{ => converstaion}/index.vue | 0 2 files changed, 9 insertions(+), 8 deletions(-) rename pages/home/{ => converstaion}/index.vue (100%) diff --git a/pages.json b/pages.json index cec711b..9d173c3 100644 --- a/pages.json +++ b/pages.json @@ -12,13 +12,6 @@ ] }, "pages": [ - { - "path": "pages/home/index", - "style": { - "navigationBarTitleText": "会话列表", - "navigationStyle": "custom" - } - }, { "path": "pages/notes/index", "style": { @@ -49,6 +42,14 @@ "navigationStyle": "custom" } }, + { + "path": "pages/home/conversation/index", + "style": { + "navigationBarTitleText": "会话列表", + "enablePullDownRefresh": false, + "navigationStyle": "custom" + } + }, { "path": "pages/login/login/index", "style": { @@ -200,7 +201,7 @@ "backgroundColor": "#ffffff", "list": [ { - "pagePath": "pages/home/index", + "pagePath": "pages/home/conversation/index", "iconPath": "static/tabbar/icon_home.png", "selectedIconPath": "static/tabbar/icon_home_active.png", "text": "会话列表" diff --git a/pages/home/index.vue b/pages/home/converstaion/index.vue similarity index 100% rename from pages/home/index.vue rename to pages/home/converstaion/index.vue