devicesmgt/sgzb-ui/.env.testing

11 lines
173 B
Plaintext
Raw Normal View History

2023-11-28 20:33:38 +08:00
# 页面标题
VUE_APP_TITLE = 若依管理系统
NODE_ENV = testing
2023-11-28 20:33:38 +08:00
# 测试环境配置
ENV = 'testing'
2023-11-28 20:33:38 +08:00
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/dev-api'