feat: 更新服务导航,点击图标直接打开聊天服务链接
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
import { chatbubbleOutline } from "ionicons/icons";
|
import { chatbubbleOutline } from "ionicons/icons";
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
|
|
||||||
|
function gotoServices() {
|
||||||
|
window.open("https://www.axd02jo.cfd/chat/index?channelId=d611dccb867647f9bd98ac1c71339131", "_blank");
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@@ -10,8 +14,8 @@ const { t } = useI18n();
|
|||||||
{{ t('services.title') }}
|
{{ t('services.title') }}
|
||||||
</ion-label>
|
</ion-label>
|
||||||
<div class="grid grid-cols-4 mt-5">
|
<div class="grid grid-cols-4 mt-5">
|
||||||
<div class="col-span-1 flex-col-center gap-2" @click="$router.push('/services')">
|
<div class="col-span-1 flex-col-center gap-2" @click="gotoServices">
|
||||||
<ion-icon :icon="chatbubbleOutline" />
|
<ion-icon :icon="chatbubbleOutline" class="text-2xl" />
|
||||||
<div class="text-xs">
|
<div class="text-xs">
|
||||||
{{ t('services.myServices') }}
|
{{ t('services.myServices') }}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user