From c526ea7d4eb8ec5da10e19d39da878fa60b5e1df Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 2 Jul 2020 10:53:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E4=B8=8A=E6=89=93=E5=8C=85=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=89=8D=E5=8A=A0=E8=BD=BD=E5=A4=96=E9=83=A8cdn,?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E6=A8=A1=E5=BC=8F=E4=B8=8D=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?cdn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 4 +++- vue.config.js | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 691d4ea..3f65484 100644 --- a/public/index.html +++ b/public/index.html @@ -5,6 +5,7 @@ + <% if(htmlWebpackPlugin.options.isProd){ %> @@ -20,7 +21,8 @@ - <%= htmlWebpackPlugin.options.title %> + <% } %> + <%= htmlWebpackPlugin.options.isProd ? '' :'dev -' %> 后台管理系统