按钮展示逻辑优化

This commit is contained in:
季圣华
2021-08-22 17:56:34 +08:00
parent 88f86c5932
commit 47b5d2d800
4 changed files with 13 additions and 9 deletions

View File

@@ -118,6 +118,7 @@ function generateChildRouters (data) {
name: item.text,
component: componentPath,
meta: {
id: item.id,
title: item.text,
icon: item.icon,
url: item.url,