From 368676106d5a6e29b6447a8f3a09990cf78aab66 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sat, 23 Aug 2025 14:53:14 +0800
Subject: [PATCH] 1

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

diff --git a/src/App.vue b/src/App.vue
index 190e663..c5dc816 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -28,12 +28,16 @@
     };
   },
   created() {
-    this.getInfoSite();
+    // this.getInfoSite();
   },
   methods: {
     // 跳转客服页面
     aRouter1() {
-      window.open(this.onlineService);
+      // window.open(this.onlineService);
+      this.$message({
+        message: this.$t("kf1"),
+        type: "warning",
+      });
     },
     // 获取客服地址
     async getInfoSite() {

--
Gitblit v1.9.3