fix(enum): 🐛 同步调整枚举文件重命名导入路径
This commit is contained in:
@@ -42,7 +42,7 @@ export interface MenuQuery {
|
||||
/** 搜索关键字 */
|
||||
keywords?: string;
|
||||
}
|
||||
import type { MenuTypeEnum } from "@/enums/system/menu.enum";
|
||||
import type { MenuTypeEnum } from "@/enums/system/menu-enum";
|
||||
export interface MenuVO {
|
||||
/** 子菜单 */
|
||||
children?: MenuVO[];
|
||||
|
||||
Reference in New Issue
Block a user