This commit is contained in:
zyronon
2024-06-05 23:50:16 +08:00
parent 9b5c007514
commit 682b692070
20 changed files with 313 additions and 476 deletions

View File

@@ -69,7 +69,7 @@ const router = VueRouter.createRouter({
},
})
router.beforeEach((to, from) => {
router.beforeEach((to: any, from: any) => {
// console.log('beforeEach-to',to.path)
// console.log('beforeEach-from',from.path)
const runtimeStore = useRuntimeStore()