From 227d0003b9359be873802b7d7f29355b0562fbd7 Mon Sep 17 00:00:00 2001 From: Seven Date: Thu, 15 Jan 2026 01:03:02 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=EF=BC=8C=E7=A1=AE=E4=BF=9D=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E8=87=B3=E6=AD=A3=E7=A1=AE=E7=9A=84=E8=81=8A=E5=A4=A9=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/global-menu/components/other.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/global-menu/components/other.vue b/src/views/global-menu/components/other.vue index f214395..2a38adf 100644 --- a/src/views/global-menu/components/other.vue +++ b/src/views/global-menu/components/other.vue @@ -4,7 +4,7 @@ import { chatbubbleOutline } from "ionicons/icons"; const { t } = useI18n(); function gotoServices() { - window.open("https://www.axd02jo.cfd/chat/index?channelId=d611dccb867647f9bd98ac1c71339131", "_blank"); + window.open("https://chat.riwsan.com", "_blank"); }