From 25d224451386d19df22589083e0665dcc35fec7d Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Mon, 6 Nov 2023 11:02:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=85=E7=90=86=E6=97=A0=E6=95=88=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/linfeng-community-vue/static/config/init.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/resources/static/linfeng-community-vue/static/config/init.js b/src/main/resources/static/linfeng-community-vue/static/config/init.js index 9c464d6..9712665 100644 --- a/src/main/resources/static/linfeng-community-vue/static/config/init.js +++ b/src/main/resources/static/linfeng-community-vue/static/config/init.js @@ -11,10 +11,7 @@ // 插件, 放置业务之前加载, 以免业务需求依赖插件时, 还未加载出错 // 插件 - echarts window.SITE_CONFIG.cdnUrl + '/static/plugins/echarts-3.8.5/echarts.common.min.js', - // 插件 - ueditor - window.SITE_CONFIG.cdnUrl + '/static/plugins/ueditor-1.4.3.3/ueditor.config.js', - window.SITE_CONFIG.cdnUrl + '/static/plugins/ueditor-1.4.3.3/ueditor.all.min.js', - window.SITE_CONFIG.cdnUrl + '/static/plugins/ueditor-1.4.3.3/lang/zh-cn/zh-cn.js', + // 业务 window.SITE_CONFIG.cdnUrl + '/static/js/manifest.js', window.SITE_CONFIG.cdnUrl + '/static/js/vendor.js',