diff --git a/guns-front-project/src/layout/components/app-switch-modal.vue b/guns-front-project/src/layout/components/app-switch-modal.vue index 1dd772ed..dfa1b54e 100644 --- a/guns-front-project/src/layout/components/app-switch-modal.vue +++ b/guns-front-project/src/layout/components/app-switch-modal.vue @@ -76,9 +76,7 @@ const changeApp = item => { window.open(href, '_blank'); } else { if (isExternalLink(path.value)) { - const { href } = router.resolve({ - path: path.value - }); + const href = path.value; window.open(href, '_blank'); } else { router.push(path.value);