.env.staging 193 Bytes
Newer Older
xinzhedeai's avatar
xinzhedeai committed
1
# 页面标题
xinzhedeai's avatar
xinzhedeai committed
2
VUE_APP_TITLE = 边坡结构稳定性监测系统
xinzhedeai's avatar
xinzhedeai committed
3 4 5 6 7 8 9 10

NODE_ENV = production

# 测试环境配置
ENV = 'staging'

# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'