Files
demo/demo-web-ui/.env.development
fengdong777 bcefdbc02c 11
2023-05-10 11:40:50 +08:00

10 lines
219 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.1.177:9112"