update backend/dvadmin/system/fixtures/init_menu.json.

更新遗漏的url,reset_to_default_password前端没有找到,还没添加吗
pull/62/head
chuanwei 2022-05-31 02:22:59 +00:00 committed by Gitee
parent 61904e3248
commit 10636e0e06
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -255,13 +255,13 @@
{
"name": "重设密码",
"value": "ResetPassword",
"api": "/api/system/user/reset_password/{id}/",
"api": "/api/system/user/{id}/reset_password/",
"method": 2
},
{
"name": "重置密码",
"value": "DefaultPassword",
"api": "/api/system/user/reset_to_default_password/{id}/",
"api": "/api/system/user/{id}/reset_to_default_password/",
"method": 2
},
{