feat: vue-mobile => 优化聊天记录拍版样式

This commit is contained in:
RockYang
2023-06-25 18:21:38 +08:00
parent 811f12135a
commit b9e9eae93f
8 changed files with 284 additions and 178 deletions

View File

@@ -4,7 +4,7 @@
<router-view/>
<van-tabbar route v-model="active" @change="onChange">
<van-tabbar-item to="/mobile/chat" name="home" icon="chat-o"></van-tabbar-item>
<van-tabbar-item to="/mobile/chat/list" name="home" icon="chat-o"></van-tabbar-item>
<van-tabbar-item to="/mobile/setting" name="setting" icon="setting-o"></van-tabbar-item>
<van-tabbar-item to="/mobile/profile" name="profile" icon="user-o"></van-tabbar-item>
</van-tabbar>