remove img

This commit is contained in:
cansnow
2025-12-24 04:40:52 +08:00
parent f289f79813
commit 974d149d25
63 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<view class="page_container">
<view class="login">
<view class="logo">
<img src="static/images/logo.png" alt="" />
<img src="static/images/about_logo.png" alt="" />
<view class="title">欢迎使用{{ config.name }}</view>
</view>
<u-tabs v-if="1 == 2" :list="list" :current="active" @click="click"></u-tabs>