This commit is contained in:
2026-02-06 15:10:17 +08:00
commit f011de4ef4
59 changed files with 16075 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
import router from './index'
router.beforeEach((to, from, next) => {
next()
})
router.afterEach(() => {
})