fix: 编译打包报错问题修复
Former-commit-id: 7a67e6b93a7d460e6c1da9df04bc79efff357d0a
This commit is contained in:
7
src/types/api/menu.d.ts
vendored
7
src/types/api/menu.d.ts
vendored
@@ -62,9 +62,14 @@ export interface MenuFormData {
|
||||
redirect?: string;
|
||||
|
||||
/**
|
||||
* 菜单类型(1:菜单;2:目录;3:外链)
|
||||
* 菜单类型
|
||||
*/
|
||||
type: string;
|
||||
|
||||
/**
|
||||
* 权限标识
|
||||
*/
|
||||
perm?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user