[Vuejs]-Vue Js. router/Index.js

0👍

There is Per-Route Guard

beforeEnter: (to, from, next) => {
    window.location.href = 'http://www.xxxxafafa.org'
}

Leave a comment