tokenType GET

This commit is contained in:
MaxKey 2022-07-21 17:15:40 +08:00
parent 1fb1f86372
commit 64f09d9e7f

View File

@ -171,6 +171,7 @@
nzErrorTip="The input is not valid tokenType!">
<nz-select [(ngModel)]="form.model.tokenType" [ngModelOptions]="{ standalone: true }" name="tokenType"
id="tokenType">
<nz-option nzValue="GET" nzLabel="GET"></nz-option>
<nz-option nzValue="POST" nzLabel="POST"></nz-option>
<nz-option nzValue="LTPA" nzLabel="LTPA"></nz-option>
</nz-select>