wip: 临时提交

This commit is contained in:
Ray.Hao
2025-05-23 09:51:13 +08:00
parent 54b2164d25
commit af30411317
14 changed files with 809 additions and 308 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("@/layout/index.vue");
const Layout = () => import("@/layouts/index.vue");
export const usePermissionStore = defineStore("permission", () => {
// 存储所有路由,包括静态路由和动态路由