fix: the brand color setting does not take effect (#4405)

This commit is contained in:
Vben
2024-09-14 21:35:12 +08:00
committed by GitHub
parent 38fe6426a2
commit c3d0102cda
14 changed files with 39 additions and 37 deletions

View File

@@ -1,12 +1,9 @@
import {
createRouter,
createWebHistory,
type Router,
type RouteRecordRaw,
} from 'vue-router';
import type { Router, RouteRecordRaw } from 'vue-router';
import { createRouter, createWebHistory } from 'vue-router';
import { describe, expect, it, vi } from 'vitest';
// 替换为您的实际路径
import { generateMenus } from '../generate-menus';
// Nested route setup to test child inclusion and hideChildrenInMenu functionality