فهرست منبع

fix(menu): rename component_key to componentKey for consistency

Dave 1 ماه پیش
والد
کامیت
734fc66cde
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/box-mgnt-api/src/mgnt-backend/core/menu/menu.dto.ts

+ 1 - 1
apps/box-mgnt-api/src/mgnt-backend/core/menu/menu.dto.ts

@@ -97,7 +97,7 @@ export class MenuDto {
     example: '@/views/user/manage/index.vue',
   })
   @IsString()
-  component_key: string;
+  componentKey: string;
 
   @ApiProperty({
     description: '菜单元信息(对应前端路由 meta 字段)',