webapp
/
GreenwayWeb
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
ac69692be57b4b481528c92355b376f312f8b21d
Authored by
wesley88
2025-03-23 21:43:57 +0800
1 parent
1dd619ab
1
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/store/modules/settings.js
admin-web-master/src/store/modules/settings.js
View file @
ac69692
...
...
@@ -7,7 +7,7 @@ const state = {
7
7
fixedHeader: fixedHeader,
8
8
sidebarLogo: sidebarLogo
9
9
}
10
-
10
+
11
11
const mutations = {
12
12
CHANGE_SETTING: (state, { key, value }) => {
13
13
// eslint-disable-next-line no-prototype-builtins
...
...