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