Files
RuoYi-Vue-Mirror/ruoyi-ui/.env.staging
T

13 lines
214 B
Bash
Raw Normal View History

2021-06-10 18:05:27 +08:00
# 页面标题
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'