diff --git a/src/components/common/AppTabBar.vue b/src/components/common/AppTabBar.vue
index 834e623..d903f9a 100644
--- a/src/components/common/AppTabBar.vue
+++ b/src/components/common/AppTabBar.vue
@@ -91,7 +91,7 @@ function switchTab(name: string) {
bottom: 0;
left: 0;
right: 0;
- z-index: 999;
+ z-index: 1;
background: var(--bg-content, #fff);
border-top: 1rpx solid var(--divider-color, #eee);
padding-bottom: env(safe-area-inset-bottom);
diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue
index 71e8d72..47c01f4 100644
--- a/src/pages/index/index.vue
+++ b/src/pages/index/index.vue
@@ -1,191 +1,14 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ user?.name || '消息' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
-
-
- 同步消息中...
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name || '未知' }}
-
-
- {{ formatMessageTime(item.last_time) }}
-
-
-
- {{ item.last_message || '暂无消息' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ user?.name || '请登录' }}
- {{ user?.desc || '编辑个签,展示你的独特个性' }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ user?.name || '消息' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+
+
+
+
+
+
+
+
+
+ 同步消息中...
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name || '未知' }}
+
+
+
+ {{ formatMessageTime(item.last_time) }}
+
+
+
+
+
+ {{ item.last_message || '暂无消息' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ user?.name || '请登录' }}
+
+
+ {{ user?.desc || '编辑个签,展示你的独特个性' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+