mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 08:46:40 +08:00
更新 AlistConfigDialog.vue
This commit is contained in:
@@ -36,14 +36,14 @@ async function handleReset() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 登录类型
|
// 登录类型
|
||||||
const loginType = computed(() => {
|
let loginType = ref('username')
|
||||||
if (props.conf.token) {
|
if (props.conf.token) {
|
||||||
return 'token'
|
loginType = ref('token')
|
||||||
} else if (props.conf.username) {
|
} else if (props.conf.username) {
|
||||||
return 'username'
|
loginType = ref('username')
|
||||||
}
|
} else {
|
||||||
return 'username'
|
loginType = ref('guest')
|
||||||
})
|
}
|
||||||
|
|
||||||
// 数据源
|
// 数据源
|
||||||
const sourceItems = [
|
const sourceItems = [
|
||||||
|
|||||||
Reference in New Issue
Block a user