店铺管理-》员工管理增加权限设置
This commit is contained in:
@@ -11,7 +11,6 @@ const Layout = () => import("@/layout/index.vue");
|
||||
export const usePermissionStore = defineStore("permission", () => {
|
||||
// 储所有路由,包括静态路由和动态路由
|
||||
const routes = ref<RouteRecordRaw[]>(constantRoutes);
|
||||
console.log(router);
|
||||
// 混合模式左侧菜单路由
|
||||
const mixedLayoutLeftRoutes = ref<RouteRecordRaw[]>([]);
|
||||
// 路由是否加载完成
|
||||
|
||||
Reference in New Issue
Block a user