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"); }