From 8ebd3363b80757fcf7f003b96d447a52d8235abd Mon Sep 17 00:00:00 2001 From: "eleanor.mao" Date: Tue, 20 May 2025 23:22:35 +0800 Subject: [PATCH] feat: update --- src/pages/user-batch-publish/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/user-batch-publish/index.tsx b/src/pages/user-batch-publish/index.tsx index 911e7b9..0c56a2d 100644 --- a/src/pages/user-batch-publish/index.tsx +++ b/src/pages/user-batch-publish/index.tsx @@ -15,7 +15,7 @@ const PREFIX = 'page-biz-service'; export default function BizService() { const handleOpenService = useCallback(() => { - openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d') + openCustomerServiceChat('https://work.weixin.qq.com/kfid/kfcd60708731367168d'); }, []); const handleSelectCity = useCallback(cityCode => { const group = GROUPS.find(g => String(g.cityCode) === cityCode);