mirror of https://github.com/nocodb/nocodb
աɨռɢӄաօռɢ
2 years ago
committed by
GitHub
10 changed files with 77 additions and 17 deletions
@ -1,7 +1,11 @@
|
||||
<script setup lang="ts"> |
||||
const { appInfo } = useGlobal() |
||||
</script> |
||||
|
||||
<template> |
||||
<AccountUserManagement v-if="$route.params.page === 'users'" /> |
||||
<AccountToken v-else-if="$route.params.page === 'tokens'" /> |
||||
<AccountAppStore v-else-if="$route.params.page === 'apps'" /> |
||||
<AccountAppStore v-else-if="$route.params.page === 'apps' && !appInfo.isCloud" /> |
||||
<AccountLicense v-else-if="$route.params.page === 'license'" /> |
||||
<span v-else></span> |
||||
</template> |
||||
|
Loading…
Reference in new issue