You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
233 B

# just a flag
ENV = 'production'
# base api
# VUE_APP_BASE_API = '/prod-api'
# 后台IP
VUE_APP_BASE_IP_ADDRESS = '221.214.76.77'
# 业务后台访问地址
VUE_APP_BASE_API = 'http://${VUE_APP_BASE_IP_ADDRESS}:8090/DYBGManager/'