mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
tokenType GET
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user