feat: 页面结构的调整
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user