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 @@
+
+
+