From 64e58ea43c8172269a483521d9659f56e4e2b40a Mon Sep 17 00:00:00 2001 From: yoe Date: Thu, 14 May 2020 11:05:41 +0800 Subject: [PATCH 1/3] update echarts.min.js --- index.html | 2 +- src/assets/js/{echarts => }/echarts.min.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/assets/js/{echarts => }/echarts.min.js (100%) diff --git a/index.html b/index.html index 8e0bea6..b6eb411 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ 数字化管理系统 - + diff --git a/src/assets/js/echarts/echarts.min.js b/src/assets/js/echarts.min.js similarity index 100% rename from src/assets/js/echarts/echarts.min.js rename to src/assets/js/echarts.min.js From 430406c66a2f4ea12534e3bcaeaef494069589f2 Mon Sep 17 00:00:00 2001 From: yoe Date: Thu, 14 May 2020 11:32:24 +0800 Subject: [PATCH 2/3] update echarts.min --- index.html | 2 +- {src/assets => static}/js/echarts.min.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {src/assets => static}/js/echarts.min.js (100%) diff --git a/index.html b/index.html index b6eb411..ed60c4a 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ 数字化管理系统 - + diff --git a/src/assets/js/echarts.min.js b/static/js/echarts.min.js similarity index 100% rename from src/assets/js/echarts.min.js rename to static/js/echarts.min.js From ec3c469e75866ed25f58ce229d4f7184888d0d45 Mon Sep 17 00:00:00 2001 From: yoe Date: Thu, 14 May 2020 15:51:30 +0800 Subject: [PATCH 3/3] =?UTF-8?q?update=20=E8=A7=A3=E5=86=B3=E6=89=93?= =?UTF-8?q?=E5=8C=85=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.prod.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.prod.conf.js b/build/webpack.prod.conf.js index a534ad4..b060333 100644 --- a/build/webpack.prod.conf.js +++ b/build/webpack.prod.conf.js @@ -66,7 +66,7 @@ const webpackConfig = merge(baseWebpackConfig, { ? 'index.html' : config.build.index, template: 'index.html', - inject: false, + inject: true, minify: { removeComments: true, collapseWhitespace: true,