mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-02-10 08:22:27 +08:00
Fix Type Error
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
import { Alova } from '@/utils/http/alova/index';
|
||||
import { ListDate } from 'mock/system/menu';
|
||||
export interface ListDate {
|
||||
label: string;
|
||||
key: string;
|
||||
type: number;
|
||||
subtitle: string;
|
||||
openType: number;
|
||||
auth: string;
|
||||
path: string;
|
||||
children?: ListDate[];
|
||||
}
|
||||
|
||||
/**
|
||||
* @description: 根据用户id获取用户菜单
|
||||
|
||||
Reference in New Issue
Block a user