From 6f9ee87027bc292854fe719e1a5eba7205c1075e Mon Sep 17 00:00:00 2001 From: Seven Date: Wed, 14 Jan 2026 23:46:06 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=EF=BC=8C=E7=82=B9=E5=87=BB=E5=9B=BE=E6=A0=87?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E6=89=93=E5=BC=80=E8=81=8A=E5=A4=A9=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/global-menu/components/other.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/global-menu/components/other.vue b/src/views/global-menu/components/other.vue index f234a9e..f214395 100644 --- a/src/views/global-menu/components/other.vue +++ b/src/views/global-menu/components/other.vue @@ -2,6 +2,10 @@ import { chatbubbleOutline } from "ionicons/icons"; const { t } = useI18n(); + +function gotoServices() { + window.open("https://www.axd02jo.cfd/chat/index?channelId=d611dccb867647f9bd98ac1c71339131", "_blank"); +}