From 7fea00b0f541012d1d8d7af99d1da8bdd08aea04 Mon Sep 17 00:00:00 2001 From: wxz Date: Fri, 3 Jul 2020 20:09:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html index 14b63b2..25de46c 100644 --- a/epmet-oper-web/public/index.html +++ b/epmet-oper-web/public/index.html @@ -42,7 +42,7 @@ <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> - + <% } %> From 6695e871d2c64f892576c14c10a66faec7643075 Mon Sep 17 00:00:00 2001 From: wxz Date: Mon, 6 Jul 2020 12:31:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=87=E6=B3=A8=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/public/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/epmet-oper-web/public/index.html b/epmet-oper-web/public/index.html index 25de46c..4f928bb 100644 --- a/epmet-oper-web/public/index.html +++ b/epmet-oper-web/public/index.html @@ -27,6 +27,9 @@ window.SITE_CONFIG['dynamicMenuRoutesHasAdded'] = false; // 动态(菜单)路由是否已经添加的状态标示(用于判断是否需要重新拉取数据并进行动态添加操作) + + + <% if (process.env.VUE_APP_NODE_ENV === 'dev') { %> @@ -42,7 +45,7 @@ <% } %> <% if (process.env.VUE_APP_NODE_ENV === 'prod') { %> - + <% } %>