feat: 添加呼叫热线

This commit is contained in:
2026-07-16 22:14:10 +08:00
parent bce3e5912f
commit e75c83e592
5 changed files with 83 additions and 15 deletions

View File

@@ -14,6 +14,9 @@
<!-- 更多服务 -->
<MoreService />
<!-- 呼叫热线 -->
<CallMobile />
<!-- 抽屉组件 -->
<DrawerSection ref="drawerRef" @close="closeDrawer" />
</view>
@@ -27,6 +30,7 @@ import { useAppStore } from "@/store";
import { checkToken } from "@/hooks/useGoLogin";
import ChatMainList from "../ChatMain/ChatMainList/index.vue";
import MoreService from "../ChatModule/MoreService/index.vue";
import CallMobile from "../ChatModule/CallMobile/index.vue";
import DrawerSection from "../DrawerSection/index.vue";
import Calender from "@/components/Calender/index.vue";