فهرست منبع

fix(menu): ensure the menu has meta attributes close #397

Vben 4 سال پیش
والد
کامیت
b2a1951fd0
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/router/helper/menuHelper.ts

+ 1 - 0
src/router/helper/menuHelper.ts

@@ -54,6 +54,7 @@ export function transformRouteToMenu(routeModList: AppRouteModule[]) {
 
       return {
         ...(node.meta || {}),
+        meta: node.meta,
         name: title,
         hideMenu,
         path: node.path,