mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
set storage driver via admin
This commit is contained in:
@@ -42,8 +42,8 @@ export default {
|
||||
route: 'AppIndex',
|
||||
},
|
||||
{
|
||||
title: this.$t('admin_settings.tabs.email'),
|
||||
route: 'AppEmail',
|
||||
title: this.$t('Environment'),
|
||||
route: 'AppEnvironment',
|
||||
},
|
||||
{
|
||||
title: this.$t('Server'),
|
||||
@@ -53,7 +53,9 @@ export default {
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.$router.push({ name: 'AppOthers' })
|
||||
if (this.$route.path === '/admin/settings') {
|
||||
this.$router.push({ name: 'AppOthers' })
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user