From f46cb8386e464e5e690887325cf8806dab4171c3 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 24 Jun 2022 15:21:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=8E=AF=E5=A2=83=E5=8F=98?= =?UTF-8?q?=E9=87=8F=EF=BC=8C=E4=B8=8D=E5=8F=AF=E5=92=8Cmaster=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E4=B9=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 1 + .env.production.sit | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 5b72f6d9d..242b46892 100644 --- a/.env.production +++ b/.env.production @@ -2,3 +2,4 @@ NODE_ENV=production VUE_APP_API_SERVER = https://epmet-cloud.elinkservice.cn/api VUE_APP_NODE_ENV=prod VUE_APP_PUBLIC_PATH=epmet-oper +VUE_APP_CUSTOMER=yantai diff --git a/.env.production.sit b/.env.production.sit index b0c600ea6..9edee48dd 100644 --- a/.env.production.sit +++ b/.env.production.sit @@ -2,4 +2,5 @@ NODE_ENV=production # VUE_APP_API_SERVER = https://epmet-test.elinkservice.cn/api VUE_APP_API_SERVER = http://192.168.1.140/api VUE_APP_NODE_ENV=prod:sit -VUE_APP_PUBLIC_PATH=epmet-oper \ No newline at end of file +VUE_APP_PUBLIC_PATH=epmet-oper +VUE_APP_CUSTOMER=yantai \ No newline at end of file