From 2d3e9100818b070d6cd7b8297659e6e1923de1ad Mon Sep 17 00:00:00 2001
From: wujingjing <gersonwu@qq.com>
Date: 星期四, 06 三月 2025 11:40:29 +0800
Subject: [PATCH] 只显示 AI 客服

---
 src/components/CustomerService.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/CustomerService.vue b/src/components/CustomerService.vue
index e37c946..547a39d 100644
--- a/src/components/CustomerService.vue
+++ b/src/components/CustomerService.vue
@@ -1,14 +1,14 @@
 <template>
 	<div class="bg-white">
 		<div class="flex items-center justify-between px-4 py-2  text-black" style="border-bottom: 1px solid #e0e0e0;">
-			<div class="text-lg font-bold">鍦ㄧ嚎瀹㈡湇</div>
+			<div class="text-lg font-bold">AI瀹㈡湇</div>
 			<div class="cursor-pointer" @click="$emit('close')">
 				<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
 					<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
 				</svg>
 			</div>
 		</div>
-		<iframe src="https://wi.beng35.com/iie/mobile?v=2" class="w-full h-[calc(100%-44px)] border-none overflow-hidden"></iframe>
+		<iframe src="https://wi.beng35.com/iie/mobile?v=3332" class="w-full h-[calc(100%-44px)] border-none overflow-hidden"></iframe>
 	</div>
 </template>
 

--
Gitblit v1.9.3