Skip to content

Commit

Permalink
#116 菜单绑定API权限
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjiawei committed Jan 14, 2025
1 parent 3220de6 commit 2585614
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions taskman-server/conf/menu-api-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,26 @@
"key": "",
"url": "/taskman/api/v1/task/attach-file/${this.id}/upload/${val}",
"method": "post"
},
{
"url": "/taskman/api/v1/request-template/roles",
"method": "post"
},
{
"url": "/taskman/api/v1/request-template/export/batch",
"method": "post"
},
{
"url": "/taskman/api/v1/form-template-library/export-data",
"method": "post"
},
{
"url": "/taskman/api/v1/form-template-library/import",
"method": "post"
},
{
"url": "/taskman/api/v1/request-template/import-batch",
"method": "post"
}
]
}
Expand Down

0 comments on commit 2585614

Please sign in to comment.