add language setting for moobile devices, add upgrade a update app function

This commit is contained in:
Milos Holba
2021-03-26 16:20:19 +01:00
parent 4142f829be
commit 9fef371099
7 changed files with 96 additions and 64 deletions

View File

@@ -54,6 +54,13 @@
routeName: 'AppOthers',
isVisible: true,
},
{
icon: 'language',
title: this.$t('admin_menu.language'),
routeName: 'Language',
isVisible: true,
}
],
SassNavigation: [
{