mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
feat(docs): add options descriptions for server settings
This commit is contained in:
parent
7be4a70824
commit
4ad5e77fd3
5 changed files with 48 additions and 4 deletions
|
@ -20,7 +20,8 @@ onMounted(async () => {
|
|||
&& locales[language]
|
||||
&& !route.path.includes(language)
|
||||
) {
|
||||
await router.go(language + (route.path !== '/' ? route.path : ''))
|
||||
const endWith = import.meta.env.DEV ? '/' : ''
|
||||
await router.go(language + (route.path !== '/' ? route.path : endWith))
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue