|
@@ -40,7 +40,7 @@ export const getMenuList = async () => {
|
|
|
compatibleIcon = 'ant-design:' + compatibleIcon;
|
|
compatibleIcon = 'ant-design:' + compatibleIcon;
|
|
|
}
|
|
}
|
|
|
const routeItem: RouteItem = {
|
|
const routeItem: RouteItem = {
|
|
|
- path: url,
|
|
|
|
|
|
|
+ path: url || '',
|
|
|
name: componentName || functionName,
|
|
name: componentName || functionName,
|
|
|
component,
|
|
component,
|
|
|
meta: {
|
|
meta: {
|