mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-04 13:42:27 +08:00
Fix Type Error
This commit is contained in:
@@ -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[] = [
|
||||
|
||||
Reference in New Issue
Block a user