From fe0899e63f1e83c9216be2d736353b3b92425572 Mon Sep 17 00:00:00 2001 From: rowenslee Date: Thu, 11 Jan 2024 16:52:23 +0700 Subject: [PATCH] Fix department name --- components/section/Intro.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/section/Intro.vue b/components/section/Intro.vue index 8569995..56f902d 100644 --- a/components/section/Intro.vue +++ b/components/section/Intro.vue @@ -42,7 +42,7 @@ export default { methods: { contact() { RocketChat(function () { - this.setDepartment('OTC'); + this.setDepartment('Consult'); }); RocketChat(function () { this.maximizeWidget();