| | |
| | | <!--<component :is="langSelect"></component>--> |
| | | </div> |
| | | <div class="head-user" style="float:left;"> |
| | | <span></span> |
| | | <el-dropdown trigger="click" placement="bottom"> |
| | | <el-image v-if="productType==='API_Fan'" :style="{'width': isMobile?'120px':'150px','margin-top':'5px'}" :src="require('@/assets/logo-apifan.png')" fit="fill"></el-image> |
| | | <el-image v-if="productType==='API_Fan'" :style="{'height': isMobile?'50px':'60px','margin-top':'5px'}" :src="require('@/assets/logo-apifan.png')" fit="fill"></el-image> |
| | | <el-badge v-else style="height: 50px;"> |
| | | <el-avatar class="el-dropdown-avatar" size="medium" :src="userInfo.imagePath === null ? require('@/assets/logo-t.jpg') : userInfo.imagePath"></el-avatar> |
| | | </el-badge> |
| | |
| | | </el-dropdown> |
| | | </div> |
| | | </el-header> |
| | | <el-main class="student-main"> |
| | | <el-main class="student-main" style="margin-top:20px;"> |
| | | <router-view/> |
| | | </el-main> |
| | | <el-footer height="340" class="student-footer"> |