Commit 4378664f89bf25c98cb96a5ad17266bf0d515bf1

Authored by ww
1 parent 20c33e78

fix: 修复系统管理修改密码权限控制

... ... @@ -17,7 +17,6 @@
17 17 icon="ion:document-text-outline"
18 18 />
19 19 <MenuItem
20   - v-if="hasPermission('system:password:view')"
21 20 key="changePassword"
22 21 :text="t('layout.header.dropdownItemChangePassword')"
23 22 icon="ant-design:unlock-twotone"
... ...