mirror of https://gitee.com/stylefeng/guns
commit
bc4a6d92e3
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue