mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-03 16:02:08 +00:00
fix: 截图快捷键的报错
This commit is contained in:
parent
4099d21d2c
commit
948cb55f89
@ -246,7 +246,7 @@ export default {
|
||||
key: 'manifest',
|
||||
url: $A.apiUrl("../manifest")
|
||||
})
|
||||
$A.bindScreenshotKey($A.jsonParse(window.localStorage.getItem("__keyboard:data__") || {}));
|
||||
$A.bindScreenshotKey($A.jsonParse(window.localStorage.getItem("__keyboard:data__")) || {});
|
||||
},
|
||||
|
||||
eeuiEvents() {
|
||||
|
||||
@ -67,7 +67,7 @@ export default {
|
||||
screenshot_mate: true,
|
||||
screenshot_shift: true,
|
||||
screenshot_key: '',
|
||||
}, $A.jsonParse(window.localStorage.getItem("__keyboard:data__") || {}));
|
||||
}, $A.jsonParse(window.localStorage.getItem("__keyboard:data__")) || {});
|
||||
//
|
||||
this.formData_bak = $A.cloneJSON(this.formData);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user