law-office-system/ruoyi-ui/.env.staging

13 lines
214 B
Plaintext
Raw Normal View History

# 页面标题
VUE_APP_TITLE = 若依管理系统
2024-11-20 10:41:20 +08:00
BABEL_ENV = production
2019-10-08 09:14:38 +08:00
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'