mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-02-10 06:08:14 -05:00
Fixed: #223 || change github token input type -> password
This commit is contained in:
parent
4a11d9830b
commit
3dd20857aa
@ -33,7 +33,7 @@
|
|||||||
:rules="{
|
:rules="{
|
||||||
required: true, message: 'Token不能为空', trigger: 'blur'
|
required: true, message: 'Token不能为空', trigger: 'blur'
|
||||||
}">
|
}">
|
||||||
<el-input v-model="form.token" @keyup.native.enter="confirm" placeholder="token"></el-input>
|
<el-input v-model="form.token" @keyup.native.enter="confirm" placeholder="token" type="password"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
label="指定存储路径"
|
label="指定存储路径"
|
||||||
|
Loading…
Reference in New Issue
Block a user