fix: 修复语法错误,多余的花括号

This commit is contained in:
Agent
2026-03-25 16:24:07 +00:00
parent aa36029818
commit 8b49c32f63

View File

@@ -301,7 +301,6 @@ export default {
} catch (e) { } catch (e) {
console.error(e) console.error(e)
} }
}
} }
} }
} }