create app

This commit is contained in:
李志鹏
2026-02-02 13:32:33 +08:00
commit 721cf2066a
48 changed files with 16194 additions and 0 deletions

View File

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