From 4a800a8fc83c6bd1f86a8e847b079a51a7532c09 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 20 七月 2022 15:05:58 +0800 Subject: [PATCH] 修复国标配置的bug --- appPack.js | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/appPack.js b/appPack.js index 5f0bda3..9129859 100644 --- a/appPack.js +++ b/appPack.js @@ -78,5 +78,10 @@ copyDirectory("dist/css/" + app, baseDir + "/" + app + "/css/" + app, copy) copyDirectory("dist/view/" + app, baseDir + "/" + app + "/view/" + app, copy) copyDirectory("dist/images/" + app, baseDir + "/" + app + "/images/" + app, copy) + + copyDirectory("static/" + app, baseDir + "/" + app, copy) } -}) \ No newline at end of file +}) + +// 绉诲姩element woff +copyDirectory("dist/fonts/", "dist/css/fonts/", copy) \ No newline at end of file -- Gitblit v1.8.0