From b2f017ee01c1a43b2f11c11f8b9ee8c61ec0a633 Mon Sep 17 00:00:00 2001
From: suixy <2277317060@qq.com>
Date: Mon, 15 Jun 2026 13:40:16 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=AD=A6=E8=A7=84?=
=?UTF-8?q?=E5=88=99?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.electron | 2 +-
src/App.vue | 205 +++++++++++++++++++++++++++++++++++--
src/utils/alarmReminder.js | 5 +-
3 files changed, 201 insertions(+), 11 deletions(-)
diff --git a/.env.electron b/.env.electron
index 373a354..cd8f9f9 100644
--- a/.env.electron
+++ b/.env.electron
@@ -11,7 +11,7 @@ VITE_APP_CONTEXT_PATH = './'
# 桌面端没有 Vite/Nginx 代理,这里必须配置为真实后端地址。
# 如后端部署在其他机器,请改为对应地址,例如 'https://example.com/prod-api'。
-VITE_APP_BASE_API = 'http://localhost:8080'
+VITE_APP_BASE_API = 'http://10.254.59.44:8080'
# 监控地址
VITE_APP_MONITOR_ADMIN = '/admin/applications'
diff --git a/src/App.vue b/src/App.vue
index f929a60..7942912 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -3,6 +3,33 @@