Commit ac69692be57b4b481528c92355b376f312f8b21d
1 parent
1dd619ab
1
Showing
1 changed file
with
1 additions
and
1 deletions
admin-web-master/src/store/modules/settings.js
| @@ -7,7 +7,7 @@ const state = { | @@ -7,7 +7,7 @@ const state = { | ||
| 7 | fixedHeader: fixedHeader, | 7 | fixedHeader: fixedHeader, |
| 8 | sidebarLogo: sidebarLogo | 8 | sidebarLogo: sidebarLogo |
| 9 | } | 9 | } |
| 10 | - | 10 | + |
| 11 | const mutations = { | 11 | const mutations = { |
| 12 | CHANGE_SETTING: (state, { key, value }) => { | 12 | CHANGE_SETTING: (state, { key, value }) => { |
| 13 | // eslint-disable-next-line no-prototype-builtins | 13 | // eslint-disable-next-line no-prototype-builtins |