feat: 新首页的搭建

This commit is contained in:
2026-04-24 16:56:56 +08:00
parent 5d0198b17a
commit 59e8b0325b
5 changed files with 264 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<template>
<view class="w-full h-screen bg-liner">
<ChatMainList />
<Home />
</view>
<!-- 日历组件 -->
@@ -29,6 +29,7 @@ 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();
@@ -83,4 +84,8 @@ onUnmounted(() => {
});
</script>
<style lang="scss" scoped></style>
<style lang="scss" scoped>
.top {
margin-top: 150px;
}
</style>