From a55bbd700e83096625a8b4c821adcb53768dcec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Sun, 17 Apr 2022 17:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 3 +++ .env.development | 2 -- .env.production | 2 -- .env.staging | 2 -- 4 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..61adf7f --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ + +# 页面标题 +VITE_APP_TITLE = 'ZRAdmin.NET后台管理' \ No newline at end of file diff --git a/.env.development b/.env.development index 68ab4bc..fcfd516 100644 --- a/.env.development +++ b/.env.development @@ -1,8 +1,6 @@ # 开发环境配置 ENV = 'development' -# 页面标题 -VITE_APP_TITLE = 'ZRAdmin.NET后台管理' # 开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index 4e0e082..044da0c 100644 --- a/.env.production +++ b/.env.production @@ -1,8 +1,6 @@ # 生产环境配置 ENV = 'production' -# 页面标题 -VITE_APP_TITLE = 'ZRAdmin.NET后台管理' # 生产环境 VITE_APP_BASE_API = '/prod-api' diff --git a/.env.staging b/.env.staging index 29d4dc2..47b99fd 100644 --- a/.env.staging +++ b/.env.staging @@ -1,8 +1,6 @@ # 测试环境配置 ENV = 'staging' -# 页面标题 -VITE_APP_TITLE = 'ZRAdmin.NET后台管理' # 测试环境 VITE_APP_BASE_API = '/stage-api'