This commit is contained in:
2026-06-02 13:34:54 +08:00
parent d7469b9622
commit 4d9b763d18
46 changed files with 0 additions and 2718 deletions

View File

@@ -1,16 +0,0 @@
import { createMemoryHistory, createRouter } from "vue-router";
import routes from "./routes";
import { createRouterGuard } from "@/router/guard.ts";
/**
* 创建路由实例
*/
const router = createRouter({
history: createMemoryHistory(),
routes
});
// 创建路由守卫
createRouterGuard(router);
export { router };