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