From a692e00d9c04b64a07e03e00deed7a460351ab08 Mon Sep 17 00:00:00 2001 From: liuchuang Date: Mon, 27 Apr 2020 09:07:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 ++ .env.production | 2 ++ .env.production.sit | 2 ++ .env.production.uat | 2 ++ public/index.html | 4 +++- 5 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 .env.development create mode 100644 .env.production create mode 100644 .env.production.sit create mode 100644 .env.production.uat diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..aa72728 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +NODE_ENV=development +VUE_APP_NODE_ENV=dev \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..e5254a5 --- /dev/null +++ b/.env.production @@ -0,0 +1,2 @@ +NODE_ENV=production +VUE_APP_NODE_ENV=prod \ No newline at end of file diff --git a/.env.production.sit b/.env.production.sit new file mode 100644 index 0000000..8f21e6f --- /dev/null +++ b/.env.production.sit @@ -0,0 +1,2 @@ +NODE_ENV=production +VUE_APP_NODE_ENV=prod:sit \ No newline at end of file diff --git a/.env.production.uat b/.env.production.uat new file mode 100644 index 0000000..6d88246 --- /dev/null +++ b/.env.production.uat @@ -0,0 +1,2 @@ +NODE_ENV=production +VUE_APP_NODE_ENV=prod:uat \ No newline at end of file diff --git a/public/index.html b/public/index.html index 879e4b8..04f837c 100644 --- a/public/index.html +++ b/public/index.html @@ -6,6 +6,8 @@ + + <% } %>