This commit is contained in:
陆柯 2022-08-21 15:32:37 +08:00
parent 401a6dd0f7
commit ef70ad8250

View File

@ -13,7 +13,7 @@ module.exports = {
try { try {
return JSON.parse(value) return JSON.parse(value)
} catch (e) { } catch (e) {
return value return undefined
} }
}, },