Files
cost-frontend/.env.staging
T
2024-06-03 14:52:58 +08:00

11 lines
172 B
Bash

# 页面标题
VUE_APP_TITLE = 若依管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/API'