@@ -364,7 +367,7 @@
"
:style="{ backgroundImage: `url(${imageUrl('border-item')})` }"
>
-
+
{
const preloadCriticalImages = async () => {
const criticalImages = [
imageUrl('bg'),
- // imageUrl('border-item'), // 这个是用在background-image的,无法使用v-smart-img指令
- // imageUrl('border-item-user'), // 这个是用在background-image的,无法使用v-smart-img指令
+ imageUrl('border-item'),
+ imageUrl('border-item-user'),
imageUrl('help'),
imageUrl('history'),
imageUrl('listTitle'),
@@ -1154,9 +1160,6 @@ onUnmounted(() => {
.bg {
width: 100vw;
- background-image: var(--bg-url);
- background-size: 100% auto;
- background-repeat: no-repeat;
position: relative;
}