In vue router-link to, how to set the click cannot be redirected?

in vue, loop out the link of the navigation bar. How to set some of these clicks without effect, that is, the page does not jump. I have tried
router-link vMub binding URL, but the page will still jump. How can I set up not to jump? thank you for your answer.
Thank you

     <router-link :to="item.urlArray">{{item.title}}</router-link>
     
      {urlArray: "/scada", title: ""},
          {urlArray: "/lab", title: ""},
          {urlArray: "/equipment", title: ""},
          {urlArray: "/three-dimensional", title: ""},
          {urlArray: "/bigData", title: ""},
          {urlArray: "/encoding", title: ""},
          {urlArray: "/fibre", title: ""},
          {urlArray: "/party", title: ""},
          {urlArray: "/education", title: ""},
          {urlArray: "/lock", title: ""},
          {urlArray: "/academic", title: ""}
     
Mar.22,2021

set some of these clicks to have no effect, that is, what is the basis for judging that the page does not jump? If in your looping array, you can bind url or -sharp-sharp-sharp


according to this judgment when : to binds. Try not using router-link, but using another tag, @ click, to handle jump logic.
ide/essentials/navigation.html" rel=" nofollow noreferrer "> programmer navigation


router.beforeEach registers a front guard


set to $route.fullPath, or {path: $route.fullPath}

Menu