deslrey
10 天以前 e642f80b8718f9315ff75edb1db773da239bf926
1
2
3
4
5
6
7
8
9
10
11
12
# 页面标题
VUE_APP_TITLE = LIMS实验室管理系统
 
BABEL_ENV = production
 
NODE_ENV = production
 
# 测试环境配置
ENV = 'staging'
 
# LIMS实验室管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'