Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
imac-vue
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Elements-SY
2023-09-04 16:30:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f57bb8ada76a4ec5d5844b07f46586394f6f0d56
f57bb8ad
1 parent
cb8f39dd
modify
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
src/store/modules/app.js
src/store/modules/app.js
View file @
f57bb8a
...
...
@@ -38,10 +38,6 @@ const mutations = {
//Cookies.set('size', size)
localStorage
.
setItem
(
'size'
,
size
)
},
SET_APPMAINBLOCKCH
:
(
state
,
height
)
=>
{
state
.
appMainBlockClientHeight
=
height
;
},
}
const
actions
=
{
...
...
Please
register
or
login
to post a comment