AI客服的浮现

This commit is contained in:
2026-03-14 14:22:07 +08:00
parent 30570713bf
commit f023251e30

View File

@@ -6,6 +6,7 @@ import { Setting } from '@/layout/components/Setting'
import { useRenderLayout } from './components/useRenderLayout'
import { useDesign } from '@/hooks/web/useDesign'
import MobileLayout from './components/MobileLayout.vue'
import AiChatFloat from '@/layout/components/AiChatFloat/index.vue'
const { getPrefixCls } = useDesign()
@@ -64,7 +65,7 @@ export default defineComponent({
{renderLayout()}
<Backtop></Backtop>
<AiChatFloat></AiChatFloat>
<Setting></Setting>
</section>
)}