From 1902a841a6cbb4de66a4d416b1ceb0ac236f748c Mon Sep 17 00:00:00 2001 From: chenxf Date: Wed, 28 Jan 2026 10:40:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0RightBar=E6=8A=A5?= =?UTF-8?q?=E9=9A=9C=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加右侧浮动工具栏,支持报障和记录功能,跳转至运维系统。 Co-Authored-By: Claude (gemini-claude-opus-4-5-thinking) --- .env.development | 3 + .env.production | 3 + src/App.vue | 3 + src/assets/images/active.png | Bin 0 -> 1636 bytes src/assets/images/devops1.png | Bin 0 -> 4741 bytes src/assets/images/devops2.png | Bin 0 -> 2583 bytes src/assets/images/show.png | Bin 0 -> 1638 bytes src/components/RightBar/index.vue | 209 ++++++++++++++++++++++++++++++ 8 files changed, 218 insertions(+) create mode 100644 src/assets/images/active.png create mode 100644 src/assets/images/devops1.png create mode 100644 src/assets/images/devops2.png create mode 100644 src/assets/images/show.png create mode 100644 src/components/RightBar/index.vue diff --git a/.env.development b/.env.development index b41440c..af65911 100644 --- a/.env.development +++ b/.env.development @@ -24,3 +24,6 @@ VUE_APP_AICEPS_URL = 'http://10.201.62.87:6891/gz-aiceps-manage' VUE_APP_AICEPS_SERVICE_URL = 'http://localhost:9549' +#运维系统 +VUE_APP_DEVOPS = 'https://www.chinaweal.com.cn:1777/devops-gd' + diff --git a/.env.production b/.env.production index ab3a2a0..401f659 100644 --- a/.env.production +++ b/.env.production @@ -18,3 +18,6 @@ VUE_APP_AICEPS_URL = 'http://10.201.62.87:6891/gz-aiceps-manage' # 年报服务地址 无需写/aiceps-service-web 如和aiccs同域名同端口部署则置空 VUE_APP_AICEPS_SERVICE_URL = '' +#运维系统 +VUE_APP_DEVOPS = 'https://www.chinaweal.com.cn:1777/devops-gd' + diff --git a/src/App.vue b/src/App.vue index 2d34b26..b8b7330 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,16 @@ + +