From 430406c66a2f4ea12534e3bcaeaef494069589f2 Mon Sep 17 00:00:00 2001 From: yoe Date: Thu, 14 May 2020 11:32:24 +0800 Subject: [PATCH] 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