From b1cd4c4ed52dd7887fa842fac257284e444cd0f2 Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期五, 02 七月 2021 14:02:27 +0800
Subject: [PATCH] excel下载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