From 2b89158d7bf80f2c9a8a4203b4837de92837e7ca Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 19 Jan 2026 13:52:48 +0800
Subject: [PATCH] 1

---
 src/components/tabHead.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/tabHead.vue b/src/components/tabHead.vue
index 6d0e897..31f12c2 100644
--- a/src/components/tabHead.vue
+++ b/src/components/tabHead.vue
@@ -57,6 +57,7 @@
 <script>
 import * as api from "@/axios/api";
 import handleDt from "@/utils/deTh";
+import config from "@/config";
 import { Toast } from "vant";
 export default {
   name: "tabHead",
@@ -69,7 +70,6 @@
       finished: true, // 是否加载完成
       pageNum: 1,
       pageSize: 20,
-      onlineService: 'https://line.me/ti/p/my2nFFp9TB'
     };
   },
   props: {
@@ -97,7 +97,7 @@
   methods: {
     // 跳转客服页面
     aRouter1() {
-      window.open(this.onlineService);
+      window.open(config.onlineService);
       // Toast(this.$t("kf1"));
     },
     // 获取客服地址

--
Gitblit v1.9.3