refactor: ♻️ 布局代码目录结构重构

This commit is contained in:
Ray.Hao
2025-09-14 21:22:20 +08:00
parent 6730608920
commit 265257294b
9 changed files with 98 additions and 111 deletions

View File

@@ -5,7 +5,7 @@ import router from "@/router";
import MenuAPI, { type RouteVO } from "@/api/system/menu-api";
const modules = import.meta.glob("../../views/**/**.vue");
const Layout = () => import("@/layouts/index.vue");
const Layout = () => import("@/layouts/modes/index.vue");
export const usePermissionStore = defineStore("permission", () => {
// 所有路由(静态路由 + 动态路由)