From 2ae759517285d351445bbd712fa48e2d1e1d7740 Mon Sep 17 00:00:00 2001 From: zhl Date: Wed, 19 May 2021 15:26:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0production=E7=9A=84env?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 1 + .env.production | 1 + 2 files changed, 2 insertions(+) create mode 100644 .env.development create mode 100644 .env.production diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..63bcffd --- /dev/null +++ b/.env.development @@ -0,0 +1 @@ +VUE_APP_BASE_API = 'http://10.0.1.3:2900' diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..0868fed --- /dev/null +++ b/.env.production @@ -0,0 +1 @@ +VUE_APP_BASE_API = 'http://192.168.100.22:2900'