From c95d52e19793c7aecfa74b352f4969a1a83db4d4 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Thu, 19 Dec 2024 09:42:50 +0800 Subject: [PATCH] =?UTF-8?q?:pencil:=20=E5=8E=BB=E9=99=A4=E7=89=88=E6=9C=AC?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- orion-visor-ui/.env.development | 1 - orion-visor-ui/.env.production | 1 - orion-visor-ui/src/components/app/app-footer/index.vue | 3 +-- orion-visor-ui/src/env.d.ts | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) 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 @@