This commit is contained in:
linfso 2024-08-03 19:02:07 +08:00
parent 48fa2e2382
commit ffdb9e897b

View File

@ -1,9 +1,9 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 管理系统 VUE_APP_TITLE = 管理系统
NODE_ENV='production' NODE_ENV='staging'
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'staging'
# ENV = 'staging' # ENV = 'staging'
VUE_APP_VERSION = '20240520' VUE_APP_VERSION = '20240520'