|
@@ -69,10 +69,10 @@
|
|
<img class="w-full h-full" :src="defaultCover">
|
|
<img class="w-full h-full" :src="defaultCover">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="text-center text-[20px] leading-none text-white pb-3">{{ userInfo.name }}</div>
|
|
|
|
- <div class="text-center leading-none text-slate-50 pb-3">
|
|
|
|
- 角色:<TextTranslation translationTypes="userName" :translationValue="userInfo.roleName" />
|
|
|
|
|
|
+ <div class="text-center text-[20px] leading-none text-white pb-3">
|
|
|
|
+ <TextTranslation translationTypes="userName" :translationValue="userInfo.name" />
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="text-center leading-none text-slate-50 pb-3">角色:{{ userInfo.roleName }}</div>
|
|
<div class="text-center leading-none text-slate-50 pb-3">公司:{{ userInfo.companyName }}</div>
|
|
<div class="text-center leading-none text-slate-50 pb-3">公司:{{ userInfo.companyName }}</div>
|
|
<div class="w-full drawerVisBtn">
|
|
<div class="w-full drawerVisBtn">
|
|
<div @click="logout()">退出</div>
|
|
<div @click="logout()">退出</div>
|