From 98710e70bb52e761a1769c6454a290040b610aee Mon Sep 17 00:00:00 2001
From: zhangzengfei <zhangzengfei@iotlink.com>
Date: 星期三, 07 四月 2021 18:20:46 +0800
Subject: [PATCH] 在请求index.js时添加参数,解决缓存的问题

---
 appPack.js |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/appPack.js b/appPack.js
index 5f0bda3..3ae79f0 100644
--- a/appPack.js
+++ b/appPack.js
@@ -79,4 +79,7 @@
     copyDirectory("dist/view/" + app, baseDir + "/" + app + "/view/" + app, copy)
     copyDirectory("dist/images/" + app, baseDir + "/" + app + "/images/" + 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