| | |
| | | ]" |
| | | to="/" |
| | | > |
| | | <img |
| | | style="width: 200px;height: 50px;margin-left: -10px" |
| | | src="@/assets/imgs/logo.png" |
| | | /> |
| | | <!-- <div--> |
| | | <!-- v-if="show"--> |
| | | <!-- :class="[--> |
| | | <!-- 'ml-10px text-16px font-700',--> |
| | | <!-- {--> |
| | | <!-- 'text-[var(--logo-title-text-color)]': layout === 'classic',--> |
| | | <!-- 'text-[var(--top-header-text-color)]':--> |
| | | <!-- layout === 'topLeft' || layout === 'top' || layout === 'cutMenu'--> |
| | | <!-- }--> |
| | | <!-- ]"--> |
| | | <!-- >--> |
| | | <!-- {{ title }}--> |
| | | <!-- </div>--> |
| | | <!-- <img--> |
| | | <!-- style="width: 200px;height: 50px;margin-left: -10px"--> |
| | | <!-- src="@/assets/imgs/logo.png"--> |
| | | <!-- />--> |
| | | <div |
| | | v-if="show" |
| | | :class="[ |
| | | 'ml-28px text-16px font-700', |
| | | { |
| | | 'text-[var(--logo-title-text-color)]': layout === 'classic', |
| | | 'text-[var(--top-header-text-color)]': |
| | | layout === 'topLeft' || layout === 'top' || layout === 'cutMenu' |
| | | } |
| | | ]" style="text-align: center" |
| | | > |
| | | 数字人智能交互平台 |
| | | </div> |
| | | </router-link> |
| | | </div> |
| | | </template> |