更改logo展示

This commit is contained in:
yangjun 2025-07-01 13:50:16 +08:00
parent adeb3c2e54
commit 7129ab3af9
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
--> -->
<template> <template>
<div class="anticon" :class="getAppLogoClass" @click="goHome" style="background: #e3f6fc;text-align: center;"> <div class="anticon" :class="getAppLogoClass" @click="goHome" style="background: #e3f6fc;text-align: center;">
<img src="../../../assets/images/logo2.png" style="width:100%" v-show="showTitle"/> <img src="../../../assets/images/logo.png" />
<div class="ml-2 truncate md:opacity-100" :class="getTitleClass" v-show="!showTitle"> <div class="ml-2 truncate md:opacity-100" :class="getTitleClass" v-show="showTitle">
<img src="../../../assets/images/logo.png" style="width:100%"/> {{ shortTitle }}
</div> </div>
</div> </div>
</template> </template>