diff --git a/src/utils/define.js b/src/utils/define.js index 1bc1f4d..29ae7ad 100644 --- a/src/utils/define.js +++ b/src/utils/define.js @@ -1,7 +1,12 @@ // 开发环境接口配置 // JAVA Boot版本对应后端接口地址 // JAVA Cloud对应网关地址 -const APIURl = 'http://8.130.38.56:8043' +// const APIURl = 'http://10.0.0.80:8999' +// const APIURl = 'http://10.0.0.80:2015' +// const APIURl = 'http://10.0.0.70:8999' +// const APIURl = 'http://8.130.38.56:8043' +// const APIURl = 'http://192.168.31.131:80' +const APIURl = 'http://118.122.147.194:5000' module.exports = { APIURl: APIURl,