Browse Source

feat: 测试

v1
超级管理员 2 years ago
parent
commit
52bec633b7
  1. 6
      src/api/menu/types.ts

6
src/api/menu/types.ts

@ -1,4 +1,4 @@
import { MenuTypeEnum } from '@/enums/MenuTypeEnum'; import { MenuTypeEnum } from "@/enums/MenuTypeEnum";
/** /**
* *
@ -116,6 +116,6 @@ export interface MenuForm {
/** /**
* *
*/ */
export interface menuInfo { export interface menuInfo {
id:string; id: string;
} }

Loading…
Cancel
Save