Files
FiDA_Front/src/router/router-config.ts

9 lines
110 B
TypeScript
Raw Normal View History

2026-02-02 13:32:33 +08:00
import router from './index'
router.beforeEach((to, from, next) => {
next()
})
router.afterEach(() => {
})