添加路由组件
void addWidgets(Map<String, dynamic> widgets) { widgets.forEach((key, value) { addWidget(key, value); }); }