no message

This commit is contained in:
kuaifan 2022-07-05 11:34:17 +08:00
parent 277869c9d1
commit 1fb70a4456
3 changed files with 2 additions and 3 deletions

View File

@ -500,8 +500,6 @@ export default {
'clientNewVersion', 'clientNewVersion',
'cacheTaskBrowse', 'cacheTaskBrowse',
'windowActive',
'windowHeight',
'dialogIns', 'dialogIns',
]), ]),

View File

@ -413,7 +413,6 @@ export default {
'cacheDialogs', 'cacheDialogs',
'wsOpenNum', 'wsOpenNum',
'touchBackInProgress', 'touchBackInProgress',
'windowActive',
]), ]),
...mapGetters(['isLoad']), ...mapGetters(['isLoad']),

View File

@ -5,6 +5,8 @@ export default {
...mapState([ ...mapState([
'windowWidth', 'windowWidth',
'windowHeight', 'windowHeight',
'windowActive',
'windowScrollY', 'windowScrollY',
'windowLarge', 'windowLarge',