This commit is contained in:
linfso 2024-07-29 08:56:16 +08:00
parent 2e99e01b37
commit d63a472046
3 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# 页面标题
VUE_APP_TITLE = 管理系统
VUE_APP_VERSION = '20240729'
# 开发环境配置
ENV = 'development'

View File

@ -1,6 +1,8 @@
# 页面标题
VUE_APP_TITLE = 管理系统
VUE_APP_VERSION = '20240729'
# 生产环境配置
ENV = 'production'

View File

@ -1,6 +1,8 @@
# 页面标题
VUE_APP_TITLE = 管理系统
VUE_APP_VERSION = '20240729'
NODE_ENV = production
# 测试环境配置