SafetyScreen-ui/.env.staging

11 lines
194 B
Plaintext
Raw Normal View History

2024-09-26 09:54:34 +08:00
# 页面标题
VUE_APP_TITLE = 若依管理系统
NODE_ENV = production
# 测试环境配置
2024-09-29 09:04:56 +08:00
VUE_APP_ENV = '/safety_screen/'
2024-09-26 09:54:34 +08:00
# 若依管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'