chore(图片使用): 静态图片替换成网络图片

This commit is contained in:
hzj 2025-12-22 15:37:09 +08:00
parent 9065a3d348
commit ea55af1f1f

View File

@ -26,7 +26,7 @@
<!-- 帮助按钮 --> <!-- 帮助按钮 -->
<img <img
v-smart-img v-smart-img
src="/src/assets/icon/helpAct.png" :src="imageUrl('helpBt')"
alt="" alt=""
style="display: block; position: relative; width: 8vw; margin-right: 4vw" style="display: block; position: relative; width: 8vw; margin-right: 4vw"
@click="maskLayerShow = true" @click="maskLayerShow = true"
@ -737,6 +737,7 @@ const preloadCriticalImages = () => {
const criticalImages = [ const criticalImages = [
imageUrl('bg'), imageUrl('bg'),
imageUrl('bg2'), imageUrl('bg2'),
imageUrl('helpBt'),
imageUrl('helpInfo'), imageUrl('helpInfo'),
imageUrl('myRankingBg'), imageUrl('myRankingBg'),
imageUrl('RankingBottomBorder'), imageUrl('RankingBottomBorder'),
@ -763,6 +764,7 @@ const preloadCriticalImages = () => {
const criticalImages_ar = [ const criticalImages_ar = [
imageUrl('bg'), imageUrl('bg'),
imageUrl('bg2'), imageUrl('bg2'),
imageUrl('helpBt'),
imageUrl('helpInfo_ar'), imageUrl('helpInfo_ar'),
imageUrl('myRankingBg'), imageUrl('myRankingBg'),
imageUrl('RankingBottomBorder'), imageUrl('RankingBottomBorder'),