router: remove dead link
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/803/head
parent
fce0a23277
commit
e75aa4006f
|
@ -115,15 +115,6 @@ export default new Router({
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
path: '/maps',
|
|
||||||
name: 'maps',
|
|
||||||
// router-link doesn't support external url, let's force the redirect
|
|
||||||
beforeEnter() {
|
|
||||||
window.open(generateUrl('/apps/maps'), '_blank');
|
|
||||||
},
|
|
||||||
},
|
|
||||||
|
|
||||||
{
|
{
|
||||||
path: '/s/:token',
|
path: '/s/:token',
|
||||||
component: Timeline,
|
component: Timeline,
|
||||||
|
|
Loading…
Reference in New Issue