保存进度!

This commit is contained in:
2023-03-01 18:47:16 +08:00
parent 2a226831dc
commit b960ddfa5d
5 changed files with 469 additions and 3 deletions

View File

@@ -38,4 +38,10 @@ const router = createRouter(
}
);
//路由守卫
router.beforeEach((to) =>
{
});
export { router };