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

9 lines
110 B
TypeScript
Raw Normal View History

2026-02-06 15:10:17 +08:00
import router from './index'
router.beforeEach((to, from, next) => {
next()
})
router.afterEach(() => {
})