mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-07 09:28:49 +08:00
tokenType GET
This commit is contained in:
parent
1fb1f86372
commit
64f09d9e7f
@ -171,6 +171,7 @@
|
|||||||
nzErrorTip="The input is not valid tokenType!">
|
nzErrorTip="The input is not valid tokenType!">
|
||||||
<nz-select [(ngModel)]="form.model.tokenType" [ngModelOptions]="{ standalone: true }" name="tokenType"
|
<nz-select [(ngModel)]="form.model.tokenType" [ngModelOptions]="{ standalone: true }" name="tokenType"
|
||||||
id="tokenType">
|
id="tokenType">
|
||||||
|
<nz-option nzValue="GET" nzLabel="GET"></nz-option>
|
||||||
<nz-option nzValue="POST" nzLabel="POST"></nz-option>
|
<nz-option nzValue="POST" nzLabel="POST"></nz-option>
|
||||||
<nz-option nzValue="LTPA" nzLabel="LTPA"></nz-option>
|
<nz-option nzValue="LTPA" nzLabel="LTPA"></nz-option>
|
||||||
</nz-select>
|
</nz-select>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user