feat: 更新服务导航,点击图标直接打开聊天服务链接
This commit is contained in:
@@ -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");
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -10,8 +14,8 @@ const { t } = useI18n();
|
||||
{{ t('services.title') }}
|
||||
</ion-label>
|
||||
<div class="grid grid-cols-4 mt-5">
|
||||
<div class="col-span-1 flex-col-center gap-2" @click="$router.push('/services')">
|
||||
<ion-icon :icon="chatbubbleOutline" />
|
||||
<div class="col-span-1 flex-col-center gap-2" @click="gotoServices">
|
||||
<ion-icon :icon="chatbubbleOutline" class="text-2xl" />
|
||||
<div class="text-xs">
|
||||
{{ t('services.myServices') }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user