From 0ad92caa815a4a3cb3816f9204a1e2966889f7c3 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Tue, 31 Mar 2026 16:21:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=9D=E5=A7=8B=E5=8C=96=E5=91=8A?= =?UTF-8?q?=E8=AD=A6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 +- src/App.vue | 2 + src/api/ems/record/recordAlarmData.ts | 10 +- src/api/ems/types.ts | 171 ++++++ src/store/modules/notice.ts | 4 +- src/utils/sse.ts | 18 +- src/utils/websocket.ts | 18 +- src/views/index.vue | 828 +++++++++++++++++++++----- 8 files changed, 896 insertions(+), 159 deletions(-) diff --git a/package.json b/package.json index d7b4967..451f480 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/package", - "name": "ruoyi-vue-plus", + "name": "HaiWei-Plus", "version": "5.6.0-2.6.0", - "description": "RuoYi-Vue-Plus多租户管理系统", + "description": "HaiWei-Plus能源管理系统", "author": "LionLi", "license": "MIT", "type": "module", diff --git a/src/App.vue b/src/App.vue index 617a10e..f5c078c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,10 +1,12 @@