mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-06 05:05:35 +00:00
no message
This commit is contained in:
parent
277869c9d1
commit
1fb70a4456
@ -500,8 +500,6 @@ export default {
|
|||||||
'clientNewVersion',
|
'clientNewVersion',
|
||||||
'cacheTaskBrowse',
|
'cacheTaskBrowse',
|
||||||
|
|
||||||
'windowActive',
|
|
||||||
'windowHeight',
|
|
||||||
'dialogIns',
|
'dialogIns',
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|||||||
@ -413,7 +413,6 @@ export default {
|
|||||||
'cacheDialogs',
|
'cacheDialogs',
|
||||||
'wsOpenNum',
|
'wsOpenNum',
|
||||||
'touchBackInProgress',
|
'touchBackInProgress',
|
||||||
'windowActive',
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
...mapGetters(['isLoad']),
|
...mapGetters(['isLoad']),
|
||||||
|
|||||||
2
resources/assets/js/store/mixin.js
vendored
2
resources/assets/js/store/mixin.js
vendored
@ -5,6 +5,8 @@ export default {
|
|||||||
...mapState([
|
...mapState([
|
||||||
'windowWidth',
|
'windowWidth',
|
||||||
'windowHeight',
|
'windowHeight',
|
||||||
|
|
||||||
|
'windowActive',
|
||||||
'windowScrollY',
|
'windowScrollY',
|
||||||
|
|
||||||
'windowLarge',
|
'windowLarge',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user