Prechádzať zdrojové kódy

update rbac/user/index.html

reghao 1 rok pred
rodič
commit
21f9b105e8

+ 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>