提交 62c58c49 authored 作者: lihuihui's avatar lihuihui

添加默认头像

上级 a3263eb6
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<img :src="UserInfo.avatar" :alt="$t('components.learnSysLayout.sideBar.updateAvatar')"> <img :src="UserInfo.avatar" :alt="$t('components.learnSysLayout.sideBar.updateAvatar')">
</template> </template>
<template v-else> <template v-else>
<img src="@/assets/images/person-default.jpg" :alt="$t('components.learnSysLayout.sideBar.updateAvatar')"> <img src="@/assets/images/avatar.png" :alt="$t('components.learnSysLayout.sideBar.updateAvatar')">
</template> </template>
</div> </div>
<el-button type="text" class="com-txt set-pwd" @click="goSetPwd">{{ $t('components.learnSysLayout.sideBar.updatePwd') }}</el-button> <el-button type="text" class="com-txt set-pwd" @click="goSetPwd">{{ $t('components.learnSysLayout.sideBar.updatePwd') }}</el-button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论