소스 검색

update rbac/user/index.html

reghao 1 년 전
부모
커밋
21f9b105e8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/resources/templates/rbac/user/index.html

+ 1 - 1
web/src/main/resources/templates/rbac/user/index.html

@@ -75,7 +75,7 @@
                         <a class="ajax-post" th:attr="data-msg='确定要禁用帐号 '+ ${item.username}"
                            th:href="@{'/api/rbac/user/status/' + ${item.userId}}">禁用</a>
                         <a class="ajax-delete" th:attr="data-msg='确定要删除帐号 '+ ${item.username}"
-                           th:href="@{'/api/rbac/user/delete' + ${item.userId}}">删除</a>
+                           th:href="@{'/api/rbac/user/delete/' + ${item.userId}}">删除</a>
                     </td>
                 </tr>
                 </tbody>