From 96dca1813186cb318f896d6b328f2afae31eec02 Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Wed, 19 Nov 2025 08:51:25 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E7=89=88=E6=9C=AC=EF=BC=8C?=
=?UTF-8?q?=E5=B8=A6=E6=BB=91=E5=8A=A8=E8=87=B3=E9=A1=B6=E9=83=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/app.vue | 9 +-
app/components/AppFooter.vue | 4 -
app/components/ContactFloatingButton.vue | 2 +-
app/components/ScrollToTop.vue | 134 ++++++++---------------
app/config/api.ts | 3 +-
5 files changed, 52 insertions(+), 100 deletions(-)
diff --git a/app/app.vue b/app/app.vue
index 0a87abd..5e732a5 100644
--- a/app/app.vue
+++ b/app/app.vue
@@ -1,9 +1,10 @@
-
-
-
+
+
+
+
-
\ No newline at end of file
diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue
index f78a73a..d94a81a 100644
--- a/app/components/AppFooter.vue
+++ b/app/components/AppFooter.vue
@@ -1,18 +1,14 @@
\ No newline at end of file
+
+
+
\ No newline at end of file
diff --git a/app/config/api.ts b/app/config/api.ts
index 7a40b3b..8c07883 100644
--- a/app/config/api.ts
+++ b/app/config/api.ts
@@ -6,7 +6,8 @@
// API基础地址配置
export const API_CONFIG = {
// 开发环境API地址
- BASE_URL: 'http://192.168.1.4:4101',
+ // BASE_URL: 'http://192.168.1.4:4101',
+ BASE_URL: 'https://ele.ccttiot.com/prod-api',
// API端点配置
ENDPOINTS: {