.env.production
489 Bytes
# 生产默认配置
ENV = 'production'
VUE_APP_IMG_API = ''
# 正式环境
VUE_APP_BASE_API = 'https://erp.lvqianmeiye.com'
VUE_APP_BASE_WSS = 'ws://erp.lvqianmeiye.com/api/message/websocket'
# 测试环境
# VUE_APP_BASE_API = 'http://erp_test.lvqianmeiye.com'
# VUE_APP_BASE_WSS = 'ws://erp_test.lvqianmeiye.com/api/message/websocket'
# 202605备份环境
# VUE_APP_BASE_API = 'http://202605.lvqianmeiye.com'
# VUE_APP_BASE_WSS = 'ws://202605.lvqianmeiye.com/api/message/websocket'