This commit is contained in:
xd 2024-06-11 20:34:43 +08:00
parent e4f78a7f66
commit 31f55e0152
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
<el-dropdown-item @click.native="setting = true"> <el-dropdown-item @click.native="setting = true">
<span>布局设置</span> <span>布局设置</span>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item @click.native="switchAccount" v-if="checkRole(['ITZX'])"> <el-dropdown-item @click.native="switchAccount" v-if="checkRole(['CHANGE_ACCOUNT'])">
<span>切换账号</span> <span>切换账号</span>
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item divided @click.native="logout"> <el-dropdown-item divided @click.native="logout">