mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
修复数据库类型判断
This commit is contained in:
@@ -819,7 +819,7 @@ onDeactivated(() => {
|
|||||||
persistent-hint
|
persistent-hint
|
||||||
/>
|
/>
|
||||||
</VCol>
|
</VCol>
|
||||||
<VCol v-if="SystemSettings.Basic.DB_TYPE === 'postgresql'" cols="12" md="6">
|
<VCol v-if="SystemSettings.Basic.DB_TYPE === 'sqlite'" cols="12" md="6">
|
||||||
<VSwitch
|
<VSwitch
|
||||||
v-model="SystemSettings.Advanced.DB_WAL_ENABLE"
|
v-model="SystemSettings.Advanced.DB_WAL_ENABLE"
|
||||||
:label="t('setting.system.dbWalEnable')"
|
:label="t('setting.system.dbWalEnable')"
|
||||||
|
|||||||
Reference in New Issue
Block a user