|
@@ -13,8 +13,8 @@
|
|
|
|
|
|
<div class="title" v-if="parameter.project"><i></i><span>{{ dic.project[parameter.project] || "" }}</span></div>
|
|
|
<div class="logoBox" v-else>
|
|
|
- <template v-if="userInfo?.avatar_url">
|
|
|
- <img v-if="userInfo?.avatar_url" :src="userInfo.avatar_url" />
|
|
|
+ <template v-if="userInfo?.logo_url">
|
|
|
+ <img v-if="userInfo?.logo_url" :src="userInfo.logo_url" />
|
|
|
<div class="schoolName">{{ userInfo.school_name }}</div>
|
|
|
</template>
|
|
|
<template v-else>
|