Files
sist_web/.env.production
clay 3a3c657251 1
2022-05-10 00:50:19 +08:00

7 lines
149 B
Plaintext

# 生产环境配置
ENV = 'production'
# EBTS/生产环境
#VUE_APP_BASE_API = '/prod-api'
VUE_APP_BASE_API = 'http://192.168.190.67:8096/dev-api'