From 4eaa38774eef0e14e6f4fdc0dfafa6922de4077f Mon Sep 17 00:00:00 2001 From: rongchao Date: Wed, 18 Sep 2019 08:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=8E=AF=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 64 ++++++++++++++++++++++++++++------------------- 1 file changed, 38 insertions(+), 26 deletions(-) diff --git a/public/index.html b/public/index.html index 543b46b4..83b6f17d 100644 --- a/public/index.html +++ b/public/index.html @@ -1,50 +1,62 @@ + - - - + + + <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> - + <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod:sit') { %> - + <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod:uat') { %> - + <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> - + <% } %> +
+