Fix Type Error

This commit is contained in:
ahjung
2024-10-17 21:02:08 +08:00
parent 7a62de39c2
commit f729a5b8ba
4 changed files with 13 additions and 16 deletions

View File

@@ -1,16 +1,6 @@
import { defineMock } from '@alova/mock';
import { resultSuccess } from '../_util';
export interface ListDate {
label: string;
key: string;
type: number;
subtitle: string;
openType: number;
auth: string;
path: string;
children?: ListDate[];
}
import type { ListDate } from '@/api/system/menu';
const menuList = () => {
const result: ListDate[] = [