From ed244fda9060c1473a80a6a9e955723b3fba803b Mon Sep 17 00:00:00 2001 From: monkeyhouyi Date: Wed, 13 Nov 2024 10:44:36 +0800 Subject: [PATCH] 1 --- src/utils/define.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, -- libgit2 0.21.4