diff --git a/orion-visor-ui/.env.development b/orion-visor-ui/.env.development
index c8e7b685..a9ff7414 100644
--- a/orion-visor-ui/.env.development
+++ b/orion-visor-ui/.env.development
@@ -1,5 +1,4 @@
VITE_API_BASE_URL= 'http://127.0.0.1:9200/orion-visor/api'
VITE_WS_BASE_URL= 'ws://127.0.0.1:9200/orion-visor/keep-alive'
VITE_APP_VERSION= '2.2.1'
-VITE_APP_RELEASE= 'community'
VITE_DEMO_MODE= false
diff --git a/orion-visor-ui/.env.production b/orion-visor-ui/.env.production
index db653843..858a91a4 100644
--- a/orion-visor-ui/.env.production
+++ b/orion-visor-ui/.env.production
@@ -1,5 +1,4 @@
VITE_API_BASE_URL= '/orion-visor/api'
VITE_WS_BASE_URL= '/orion-visor/keep-alive'
VITE_APP_VERSION= '2.2.1'
-VITE_APP_RELEASE= 'community'
VITE_DEMO_MODE= false
diff --git a/orion-visor-ui/src/components/app/app-footer/index.vue b/orion-visor-ui/src/components/app/app-footer/index.vue
index 74389d1a..02f6aa5e 100644
--- a/orion-visor-ui/src/components/app/app-footer/index.vue
+++ b/orion-visor-ui/src/components/app/app-footer/index.vue
@@ -6,7 +6,7 @@
gitee
文档
License
- v{{ version }} {{ release }}
+ v{{ version }}
Copyright 2023 - {{ new Date().getFullYear() }} Jiahang Li, All rights reserved.
@@ -17,7 +17,6 @@