mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-22 16:59:46 +08:00
更新 AlistConfigDialog.vue
This commit is contained in:
@@ -79,7 +79,7 @@ async function savaAlistConfig() {
|
||||
persistent-hint
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="3">
|
||||
<VCol cols="12" md="4">
|
||||
<VSelect
|
||||
v-model="loginType"
|
||||
:items="sourceItems"
|
||||
@@ -96,7 +96,7 @@ async function savaAlistConfig() {
|
||||
persistent-hint
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="5" v-if="loginType == 'username'">
|
||||
<VCol cols="12" md="4" v-if="loginType == 'username'">
|
||||
<VTextField
|
||||
type="password"
|
||||
v-model="props.conf.password"
|
||||
@@ -105,7 +105,7 @@ async function savaAlistConfig() {
|
||||
persistent-hint
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="9" v-if="loginType == 'token'">
|
||||
<VCol cols="12" md="8" v-if="loginType == 'token'">
|
||||
<VTextField
|
||||
v-model="props.conf.token"
|
||||
:hint="t('dialog.alistConfig.loginTypeOptions.token')"
|
||||
|
||||
Reference in New Issue
Block a user