flat: 123

This commit is contained in:
Apcallover
2024-03-20 23:10:56 +08:00
parent d38a82427c
commit 23ea9d5663
3 changed files with 9 additions and 5 deletions

View File

@@ -48,9 +48,9 @@ Object.keys(urls).forEach(key => {
// 加载website
Vue.prototype.website = website;
// 动态加载阿里云字体库
iconfontVersion.forEach(ele => {
loadStyle(iconfontUrl.replace('$key', ele));
});
// iconfontVersion.forEach(ele => {
// loadStyle(iconfontUrl.replace('$key', ele));
// });
Vue.config.productionTip = false;