feat: 权限输入框改为密码类型
This commit is contained in:
parent
41ddc6a8e1
commit
db502e1412
|
@ -64,8 +64,7 @@ function handlePress(event: KeyboardEvent) {
|
|||
</p>
|
||||
<Icon403 class="w-[200px] m-auto" />
|
||||
</header>
|
||||
<NInput v-model:value="token" type="text" placeholder="" @keypress="handlePress" />
|
||||
|
||||
<NInput v-model:value="token" type="password" placeholder="" @keypress="handlePress" />
|
||||
<NButton
|
||||
block
|
||||
type="primary"
|
||||
|
|
Loading…
Reference in New Issue