Browse Source

fix:[导出pdf]优化

luojie
15881625488@163.com 2 weeks ago
parent
commit
d82c0d1a30
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .env.development
  2. +1
    -1
      .env.production

+ 1
- 1
.env.development View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 华西海圻ELN V1.0
VUE_APP_TITLE = 华西海圻实验室电子记录系统
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'

+ 1
- 1
.env.production View File

@ -1,5 +1,5 @@
# 页面标题 # 页面标题
VUE_APP_TITLE = 华西海圻ELN V1.0
VUE_APP_TITLE = 华西海圻实验室电子记录系统
# 生产环境配置 # 生产环境配置
ENV = 'production' ENV = 'production'

Loading…
Cancel
Save