refactor: 更新图片资源路径引用方式

This commit is contained in:
wangqiao
2025-09-05 08:54:25 +08:00
parent 3d8ae8816d
commit bdad6d4406
2 changed files with 6 additions and 6 deletions

View File

@ -126,7 +126,7 @@ function switchTab(index: number) {
min-height: 100vh;
background-color: #fff;
padding: 30rpx 30rpx 0;
background-image: url("@/static/images/talent-detail-bg.png");
background-image: url("~/assets/images/talent-detail-bg.png");
background-size: 100%;
background-repeat: no-repeat;
background-position: top;