修复删除

old
宇天 2019-12-11 20:08:40 +08:00
parent bf543518f7
commit 0972735f16
2 changed files with 3 additions and 1 deletions

View File

@ -126,6 +126,7 @@ Anot({
.then(res => {
delete dict[this.editDomain]
this.domains.remove(this.editDomain)
this.activeDomain = ''
this.editDomain = ''
this.records.clear()
this.save()
@ -148,6 +149,7 @@ Anot({
this.domains.set(idx, val)
dict[val] = dict[this.editDomain]
delete dict[this.editDomain]
this.activeDomain = ''
this.editDomain = ''
this.save()
this.toggleDomain(val)

View File

@ -66,7 +66,7 @@ app.once('ready', () => {
win = null
})
// win.openDevTools()
win.openDevTools()
// 然后加载应用的 index.html
win.loadURL('app://local/index.html')