permission.js 121 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import router from './router' router.beforeEach(async(to, from, next) => { next() }) router.afterEach(() => {})