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:31:01 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
dc3d23fd8c03b48f7a2dff4b1ef390bfc2675b8e
dc3d23fd
2 parents
457286f4
f57bb8ad
Merge branch 'fix-issues' into uat
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 @
dc3d23f
...
...
@@ -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