From 384d958f34bd9ca0a7bfb6ea99bc9304dab010e1 Mon Sep 17 00:00:00 2001 From: liwei Date: Wed, 2 Jun 2021 08:54:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=97=A8=E6=88=B7=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 73d3716..0ef90fa 100644 --- a/.env.production +++ b/.env.production @@ -2,4 +2,7 @@ VUE_APP_ENV = 'Prod' NODE_ENV = 'production' # base api -VUE_APP_BASE_API = 'http://10.122.64.94:8093' +#广州线上 +#VUE_APP_BASE_API = 'http://10.122.64.94:8093' +#广州供应商门户线上 +VUE_APP_BASE_API = 'http://8.134.64.94:8097'