Commit 89f29fa5 authored by 邓晓峰's avatar 邓晓峰

fix: 修复logo配置

parent d1807259
Pipeline #43814 passed with stages
in 1 minute 42 seconds
......@@ -177,8 +177,8 @@ export const transformWidgets = (widgets) => {
hideInMenu: true,
url: homePageConvertArray.slice(1, homePageConvertArray.length).join("/")
});
item.widgets = Array.from(new Set(widgets));
}
item.widgets = Array.from(new Set(widgets));
}
return item;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment