fix: 全端隐藏用户角色标签(SUPER_ADMIN/操作员等)

This commit is contained in:
2026-08-07 14:53:46 +08:00
parent 9ed85f88bb
commit 1b4af0a7af
3 changed files with 0 additions and 11 deletions

View File

@ -4,7 +4,6 @@
<view class="avatar">{{ initial }}</view>
<view class="user-info">
<text class="user-name">{{ user?.display_name || '未登录' }}</text>
<text class="user-role">{{ user?.role === 'admin' ? '管理员' : '操作员' }}</text>
</view>
</view>