|
|
@ -187,6 +187,7 @@ public class CustomerFootBarServiceImpl extends BaseServiceImpl<CustomerFootBarD |
|
|
|
dto.setDefaultBarName(defaultBar.getBarName()); |
|
|
|
dto.setDefaultIconPath(defaultBar.getIconPath()); |
|
|
|
dto.setDefaultSelectedIconPath(defaultBar.getSelectedIconPath()); |
|
|
|
dto.setDefaultPageTitle(defaultBar.getPageTitle()); |
|
|
|
return dto; |
|
|
|
} |
|
|
|
|
|
|
|