From eb09a2640cbc80de82f67e9131aa0300899ebbe2 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Mon, 30 Jun 2025 15:19:53 +0800
Subject: [PATCH] 1

---
 src/page/home/home.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/page/home/home.vue b/src/page/home/home.vue
index 75945b1..eaf07fe 100644
--- a/src/page/home/home.vue
+++ b/src/page/home/home.vue
@@ -252,7 +252,7 @@
       ],
       // 公告列表
       artList: [],
-      onlineService: "123123",
+      onlineService: "",
       isGoTo: false,
       bannerList: [],
       userInfo: [],
@@ -320,8 +320,12 @@
       // window.open(this.onlineService);
     },
     aRouter1() {
-        window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
+        // window.open('https://chatlink.wchatlink.com/widget/standalone.html?eid=139eb5679d5a9aea0650dbb3c96ca1a2&language=en');
       // window.open(this.onlineService);
+
+      this.$router.push({
+        path: "/new_service",
+      });
     },
 
     getdialog() {

--
Gitblit v1.9.3