diff --git a/.env.development b/.env.development index c4d0bed..4391aff 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻ELN V1.0 +VUE_APP_TITLE = 华西海圻实验室电子记录系统 # 开发环境配置 ENV = 'development' diff --git a/.env.production b/.env.production index bb1ed9a..1e483e5 100644 --- a/.env.production +++ b/.env.production @@ -1,5 +1,5 @@ # 页面标题 -VUE_APP_TITLE = 华西海圻ELN V1.0 +VUE_APP_TITLE = 华西海圻实验室电子记录系统 # 生产环境配置 ENV = 'production'