client, jsp -> html , test flow

pull/4/head
shengzhaoli.shengz 2023-10-16 18:56:09 +08:00
parent 5a55f9521a
commit df56359dd5
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</div> </div>
<div ng-controller="RegisterClientCtrl"> <div ng-controller="RegisterClientCtrl">
<form th:object="${formDto}" th:action="@{register_client}" class="form-horizontal"> <form th:object="${formDto}" th:action="@{register_client}" th:method="post" class="form-horizontal">
<div class="form-group"> <div class="form-group">
<label for="clientId" class="col-sm-2 control-label">client_id<em class="text-danger">*</em></label> <label for="clientId" class="col-sm-2 control-label">client_id<em class="text-danger">*</em></label>