This commit is contained in:
eeee0717
2025-06-05 20:44:08 +08:00
parent 449a62ba7a
commit 40809d4f2f
+3 -3
View File
@@ -1490,8 +1490,8 @@ const migrateConfig = {
}
},
'111': (state: RootState) => {
try{
if (!state.preprocess) {
try {
if (!state.preprocess) {
state.preprocess = {
defaultProvider: '',
providers: []
@@ -1532,7 +1532,7 @@ const migrateConfig = {
})
}
return state
}catch(error) {
} catch (error) {
console.error(error)
return state
}