chore: 删除未使用的图片和图标文件,并更新样式和图片引用

删除 `img/logo2.jpeg` 和 `img/iconfont---.svg` 文件,更新 `pages/index/index.wxss` 和 `pages/washCodeList/washCodeList.wxss` 中的样式,并修改 `template/pageLoding/pageLoding.wxml` 中的图片引用为 `/img/logo.png`。
This commit is contained in:
2025-04-16 22:15:13 +08:00
parent 2ed13ebf88
commit c79b3599cf
5 changed files with 3 additions and 85 deletions

View File

@@ -5,6 +5,6 @@
<view class="loader"></view>
</view>
</view>
<image class="logo" src="/img/logo2.jpeg"></image>
<image class="logo" src="/img/logo.png"></image>
</view>
</view>