Commit ed244fda9060c1473a80a6a9e955723b3fba803b

Authored by monkeyhouyi
1 parent f1a44e73

1

Showing 1 changed file with 6 additions and 1 deletions
src/utils/define.js
1 1 // 开发环境接口配置
2 2 // JAVA Boot版本对应后端接口地址
3 3 // JAVA Cloud对应网关地址
4   -const APIURl = 'http://8.130.38.56:8043'
  4 +// const APIURl = 'http://10.0.0.80:8999'
  5 +// const APIURl = 'http://10.0.0.80:2015'
  6 +// const APIURl = 'http://10.0.0.70:8999'
  7 +// const APIURl = 'http://8.130.38.56:8043'
  8 +// const APIURl = 'http://192.168.31.131:80'
  9 +const APIURl = 'http://118.122.147.194:5000'
5 10  
6 11 module.exports = {
7 12 APIURl: APIURl,
... ...