瀏覽代碼

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>