From 7d3f47927c3bbf7ed4daefa9e1232098ccc13225 Mon Sep 17 00:00:00 2001 From: wangzenghua <1048523306@qq.com> Date: Thu, 24 Apr 2025 08:12:39 +0100 Subject: [PATCH] feat:layout --- src/layouts/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/index.vue b/src/layouts/index.vue index 8f2ff30..48b5ce3 100644 --- a/src/layouts/index.vue +++ b/src/layouts/index.vue @@ -53,7 +53,7 @@ onMounted(() => { width: 100%; height: 100; background: - url('../assets/images/basic/containerBG.png') no-repeat center 100%, + url('@/assets/images/basic/containerBG.png') no-repeat center 100%, url('@/assets/images/basic/containerBotBG.png') no-repeat bottom center; &-header { width: 100%;