From ae71ad9731963673974220fb67469571668e123d Mon Sep 17 00:00:00 2001 From: dqjdda <201507802@qq.com> Date: Fri, 27 Sep 2019 10:29:55 +0800 Subject: [PATCH] =?UTF-8?q?2.2=E7=89=88=E6=9C=AC=E5=8F=91=E5=B8=83?= =?UTF-8?q?=EF=BC=8C=E8=AF=A6=E6=83=85=E6=9F=A5=E9=98=85=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/dev.env.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dev.env.js b/config/dev.env.js index 82bcd7e..0115503 100644 --- a/config/dev.env.js +++ b/config/dev.env.js @@ -4,6 +4,6 @@ const prodEnv = require('./prod.env') module.exports = merge(prodEnv, { NODE_ENV: '"development"', - // BASE_API: '"http://localhost:8000"' - BASE_API: '"https://api.auauz.net"' + BASE_API: '"http://localhost:8000"' + // BASE_API: '"https://api.auauz.net"' })