Commit 4fafa20058c3bad5802bc32d9afa2d37e8ecbbe5

Authored by fengwotao
1 parent cd57fc91

feat: 新增用户清除密码功能

... ... @@ -83,7 +83,7 @@
83 83 },
84 84 {
85 85 label: '清除密码',
86   - auth: 'api:yt:user:delete',
  86 + auth: 'api:yt:user:resetPassword',
87 87 icon: 'ant-design:delete-outlined',
88 88 color: 'error',
89 89 tooltip: '清除密码',
... ...