fix: 编译打包报错问题修复

Former-commit-id: 7a67e6b93a7d460e6c1da9df04bc79efff357d0a
This commit is contained in:
horizons
2022-10-24 07:47:21 +08:00
parent 8746cd3b36
commit a421a24d89
2 changed files with 6 additions and 174 deletions

View File

@@ -62,9 +62,14 @@ export interface MenuFormData {
redirect?: string;
/**
* 菜单类型(1:菜单2目录3外链)
* 菜单类型
*/
type: string;
/**
* 权限标识
*/
perm?: string;
}
/**