Browse Source

修改配置

master
yangzongjia 2 years ago
parent
commit
dfd899f15a
  1. 4
      .env.development
  2. 2
      .env.production

4
.env.development

@ -5,5 +5,5 @@ ENV = 'development'
VUE_APP_BASE_API = '/api'
## 配置测试和本地开发时的 接口地址
##VUE_APP_URL = "http://8.130.39.13:8112"
VUE_APP_URL = "http://192.168.3.173:8112"
VUE_APP_URL = "http://huirong.ybkjyl.com/api"
# VUE_APP_URL = "http://127.0.0.1:7103"

2
.env.production

@ -2,7 +2,7 @@
ENV = 'production'
# base api
VUE_APP_BASE_API = '/api/service'
VUE_APP_BASE_API = '/api'
## 配置 正式接口地址
VUE_APP_URL = "http://120.46.131.15:8111"

Loading…
Cancel
Save