feat: 新增租户切换组件和css目录优化

This commit is contained in:
Ray.Hao
2025-12-15 08:04:05 +08:00
parent 6e0597437e
commit 62e0af68a6
23 changed files with 193 additions and 166 deletions

View File

@@ -1,4 +1,6 @@
import request from "@/utils/request";
import type { MenuTypeEnum } from "@/enums/business";
const MENU_BASE_URL = "/api/v1/menus";
const MenuAPI = {
@@ -42,7 +44,6 @@ export interface MenuQuery {
/** 搜索关键字 */
keywords?: string;
}
import type { MenuTypeEnum } from "@/enums/system/menu-enum";
export interface MenuVO {
/** 子菜单 */
children?: MenuVO[];