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-06 18:04:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
33df58f9540517f4ec5795ca3cdb612a562be926
33df58f9
1 parent
2ecbf0e3
modify
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
src/store/modules/app.js
src/store/modules/app.js
View file @
33df58f
...
...
@@ -41,14 +41,7 @@ const mutations = {
SET_APPHEADERBLOCKCH
:
(
state
,
height
)
=>
{
state
.
headerBlockClientHeight
=
height
;
},
<<<<<<<
HEAD
}
=======
SET_APPMAINBLOCKCH
:
(
state
,
height
)
=>
{
state
.
appMainBlockClientHeight
=
height
;
},
};
>>>>>>>
test
const
actions
=
{
toggleSideBar
({
commit
})
{
...
...
@@ -63,15 +56,6 @@ const actions = {
setSize
({
commit
},
size
)
{
commit
(
"SET_SIZE"
,
size
);
},
<<<<<<<
HEAD
=======
setAppHeaderBlockCH
({
commit
},
height
)
{
commit
(
"SET_APPHEADERBLOCKCH"
,
height
);
},
setAppMainBlockCH
({
commit
},
height
)
{
commit
(
"SET_APPMAINBLOCKCH"
,
height
);
},
>>>>>>>
test
};
export
default
{
...
...
Please
register
or
login
to post a comment