From d38dfb27935f7e976995eb04eaee7e371cb15481 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Fri, 19 Aug 2022 11:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E8=BF=90=E8=A1=8C/?= =?UTF-8?q?=E5=8F=91=E5=B8=83=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- env/self.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/self.js b/env/self.js index 0fd0479..a2df19e 100644 --- a/env/self.js +++ b/env/self.js @@ -1,5 +1,5 @@ const ENV_PATH = { - baseUrl: 'http://127.0.0.1:8080/api', // 微信的测试环境 + baseUrl: 'http://127.0.0.1:8080/api', // 本地 } module.exports = ENV_PATH \ No newline at end of file