<div
class="
title
text-white text-lg
flex
align-center
justify-center
"
@click="$Router.push({ name: 'orgs' })"
<div>{{ _currentOrg ? _currentOrg.name : "个人中心" }}</div>
<div class="margin-left-xs" v-if="_user">
<wl-icon icon="cuIcon-right" color="#fff" />
</div>
</div>