Files
demo/demo-web-ui/.env.development
2023-05-04 14:18:00 +08:00

10 lines
218 B
Plaintext

# just a flag
ENV = 'development'
# base api
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://39.104.100.138:9112"
VUE_APP_URL = "http://192.168.3.183:9112"