PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.17k stars 30.4k forks source link

怎么在跳转外部链接前执行特定代码呢? #4092

Open tytttta opened 1 year ago

tytttta commented 1 year ago

当外部链接挂载在菜单栏时,点击该外部链接时,怎么样才能自行某段代码后再跳转呢?

现在我的场景是这样的,我有很多系统,现在我想做一个导航系统,将我原有系统的链接都挂载在导航系统的菜单栏上,我想让我的导航系统时对外公开的,不设置权限,但是在跳转的时候登录,而且点击不同的链接只跳转一次,所以我的想法时在跳转外链接的时候跳转到登录页面,但是我发现点击菜单栏的外链接不会进入router.beforeEach代码,所以怎么才能实现我的需求呢?

Question(提问)

Steps to reproduce(问题复现步骤)

Screenshot or Gif(截图或动态图)

Link to minimal reproduction(最小可在线还原demo)

Other relevant information(格外信息)

c-yyy commented 4 months ago

去找点击菜单的事件