后台打包

This commit is contained in:
Jason
2022-09-13 10:23:33 +08:00
parent 301dd7c3ea
commit 77b2b5ccb9
125 changed files with 119 additions and 119 deletions

View File

@@ -9,7 +9,7 @@
:key="index"
class="flex flex-col items-center w-1/4 mb-[15px]"
>
<image-contain width="26px" height="26px" :src="item.image" alt="" />
<image-contain width="26px" height="26px" :src="getImageUrl(item.image)" alt="" />
<div class="mt-[7px]">{{ item.name }}</div>
</div>
</div>