配置文件中加入底部信息配置
This commit is contained in:
@@ -9,7 +9,10 @@ const settings = {
|
||||
sidebarLogo: Config.sidebarLogo,
|
||||
theme: variables.theme,
|
||||
settingBtn: Config.settingBtn,
|
||||
uniqueOpened: Config.uniqueOpened
|
||||
uniqueOpened: Config.uniqueOpened,
|
||||
showFooter: Config.showFooter,
|
||||
footerTxt: Config.footerTxt,
|
||||
caseNumber: Config.caseNumber
|
||||
},
|
||||
mutations: {
|
||||
CHANGE_SETTING: (state, { key, value }) => {
|
||||
|
||||
Reference in New Issue
Block a user