fix: ui logo error

This commit is contained in:
wxg0103 2025-03-06 18:35:37 +08:00
parent d99c9ad1ee
commit 96ab89adf3

View File

@ -55,7 +55,7 @@
/> />
</g> </g>
</svg> </svg>
<img src="@/assets/logo/MaxKB-logo.svg" :height="height" /> <img v-else src="@/assets/logo/MaxKB-logo.svg" :height="height" />
</template> </template>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">