Arcadei ...
This commit is contained in:
@@ -357,7 +357,9 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
path: `/${page.path}`,
|
||||
name: '',
|
||||
text: page.title,
|
||||
subtitle: page.subtitle,
|
||||
materialIcon: page.icon,
|
||||
iconsize: page.iconsize,
|
||||
component: () => import('@src/root/mypage/mypage.vue'),
|
||||
inmenu: page.inmenu,
|
||||
onlySocioResidente: page.only_residenti,
|
||||
@@ -368,6 +370,7 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
level_child: page.l_child,
|
||||
level_parent: page.l_par,
|
||||
submenu: page.submenu,
|
||||
extraclass: page.extraclass,
|
||||
})
|
||||
}
|
||||
}
|
||||
@@ -475,7 +478,6 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
},
|
||||
|
||||
saveConfig(data: IConfig) {
|
||||
let dataout
|
||||
// this.$set(dataout, data.value, {'value': 'default value'})
|
||||
return globalroutines('write', 'config', { _id: data._id, value: data.value })
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user