From 410dff97624c422c119b205eb32c54a9f81bd684 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Wed, 28 Dec 2022 11:06:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=99=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/dev.js | 2 +- env/dev_8080.js | 2 +- env/dev_9090.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/env/dev.js b/env/dev.js index f543b71..dd144b4 100644 --- a/env/dev.js +++ b/env/dev.js @@ -1,5 +1,5 @@ const ENV_PATH = { - baseUrl: 'http://81.70.55.170:7070/api', //7070测试环境 + baseUrl: 'http://39.97.244.65:7070/api', //7070测试环境 } module.exports = ENV_PATH \ No newline at end of file diff --git a/env/dev_8080.js b/env/dev_8080.js index 0535545..42c31dc 100644 --- a/env/dev_8080.js +++ b/env/dev_8080.js @@ -1,5 +1,5 @@ const ENV_PATH = { - baseUrl: 'http://81.70.55.170:8080/autoSR/api', // 微信的测试环境 + baseUrl: 'http://39.97.244.65:8080/autoSR/api', // 微信的测试环境 } module.exports = ENV_PATH \ No newline at end of file diff --git a/env/dev_9090.js b/env/dev_9090.js index 22d16fe..d0c245e 100644 --- a/env/dev_9090.js +++ b/env/dev_9090.js @@ -1,5 +1,5 @@ const ENV_PATH = { - baseUrl: 'http://81.70.55.170:9090/autoSR/api', // 9090测试环境 + baseUrl: 'http://39.97.244.65:9090/autoSR/api', // 9090测试环境 } module.exports = ENV_PATH \ No newline at end of file