From dd29c138733a1de4e7633c0a7c794a3a0827d080 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 15 Sep 2025 15:29:21 +0800
Subject: [PATCH] 2
---
src/App.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 190e663..0153e30 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -34,6 +34,10 @@
// 跳转客服页面
aRouter1() {
window.open(this.onlineService);
+ // this.$message({
+ // message: this.$t("kf1"),
+ // type: "warning",
+ // });
},
// 获取客服地址
async getInfoSite() {
--
Gitblit v1.9.3