Fixed: SMMS upload problem

This commit is contained in:
Molunerfinn
2018-06-05 09:47:43 +08:00
parent ffbbc74734
commit a20299edaa
2 changed files with 16 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ export default {
},
methods: {
confirm () {
this.$db.set('picBed.smms', this.form).write()
this.$db.set('picBed.smms', true).write()
this.setDefaultPicBed('smms')
const successNotification = new window.Notification('设置结果', {
body: '设置成功'