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