feat: 页面结构的调整

This commit is contained in:
2026-04-29 12:31:50 +08:00
parent 3b0fb23a5c
commit 3d6fe2642c
9 changed files with 95 additions and 151 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="w-full h-screen bg-liner">
<Home />
<ChatMainList />
</view>
<!-- 日历组件 -->
@@ -29,7 +29,6 @@ import ChatMainList from "../ChatMain/ChatMainList/index.vue";
import MoreService from "../ChatModule/MoreService/index.vue";
import DrawerSection from "../DrawerSection/index.vue";
import Calender from "@/components/Calender/index.vue";
import Home from "../Home/index.vue";
const appStore = useAppStore();