Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4fafa20058c3bad5802bc32d9afa2d37e8ecbbe5
Authored by
fengwotao
2023-09-07 11:45:08 +0800
1 parent
cd57fc91
feat: 新增用户清除密码功能
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/system/account/index.vue
src/views/system/account/index.vue
View file @
4fafa20
...
...
@@ -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: '清除密码',
...
...