youshi/ruoyi-ui/.env.staging

11 lines
178 B
Plaintext
Raw Normal View History

2024-06-29 17:59:01 +08:00
# 页面标题
2024-07-02 12:02:14 +08:00
VUE_APP_TITLE = 优势管理系统
2024-06-29 17:59:01 +08:00
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
2024-07-02 12:02:14 +08:00
# 优势管理系统/测试环境
2024-06-29 17:59:01 +08:00
VUE_APP_BASE_API = '/stage-api'