🎗 修复无法软件重置 bug 🎨

This commit is contained in:
hunlongyu
2020-07-11 00:32:50 +08:00
parent c1043d9197
commit ac56980317

View File

@@ -242,7 +242,7 @@ export default {
},
clearDBEvent () {
db.delete().then(res => {
this.$m.success('重置成功')
this.$message.success('重置成功')
const win = remote.getCurrentWindow()
win.destroy()
})