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'