diff --git a/.env.development b/.env.development index 8edb2af..ee37e2f 100644 --- a/.env.development +++ b/.env.development @@ -4,5 +4,5 @@ VITE_APP_TITLE = 体彩管理系统 # 开发环境配置 VITE_APP_ENV = 'development' -# 若依管理系统/开发环境 +# 开发环境 VITE_APP_BASE_API = '/dev-api' diff --git a/.env.production b/.env.production index 402024a..69c13e6 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ VITE_APP_TITLE = 体彩管理系统 # 生产环境配置 VITE_APP_ENV = 'production' -# 若依管理系统/生产环境 +# 生产环境 VITE_APP_BASE_API = '/prod-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/.env.staging b/.env.staging index af30e98..ab29c73 100644 --- a/.env.staging +++ b/.env.staging @@ -4,7 +4,7 @@ VITE_APP_TITLE = 体彩管理系统 # 生产环境配置 VITE_APP_ENV = 'staging' -# 若依管理系统/生产环境 +# 生产环境 VITE_APP_BASE_API = '/stage-api' # 是否在打包时开启压缩,支持 gzip 和 brotli diff --git a/index.html b/index.html index d20d02e..95de576 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 若依管理系统 + 体彩管理系统