移除暂无用处的图标库引用
This commit is contained in:
@@ -16,16 +16,16 @@ onMounted(() => {
|
|||||||
document.body.style.background = "url('"+config.backgroundImg+"') no-repeat center center fixed"
|
document.body.style.background = "url('"+config.backgroundImg+"') no-repeat center center fixed"
|
||||||
document.body.style.backgroundSize = "cover"
|
document.body.style.backgroundSize = "cover"
|
||||||
|
|
||||||
const linkElement = document.createElement('link');
|
//const linkElement = document.createElement('link');
|
||||||
linkElement.rel = 'stylesheet';
|
//linkElement.rel = 'stylesheet';
|
||||||
|
|
||||||
if (config.cdnUrl && config.cdnUrl !== "") {
|
//if (config.cdnUrl && config.cdnUrl !== "") {
|
||||||
linkElement.href = `${config.cdnUrl}/assets/font-awesome/css/all.min.css`;
|
//linkElement.href = `${config.cdnUrl}/assets/font-awesome/css/all.min.css`;
|
||||||
} else {
|
//} else {
|
||||||
linkElement.href = '@/assets/font-awesome/css/all.min.css';
|
//linkElement.href = '@/assets/font-awesome/css/all.min.css';
|
||||||
}
|
//}
|
||||||
|
|
||||||
document.head.appendChild(linkElement);
|
//document.head.appendChild(linkElement);
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user