Secondary Navigation Menudisappeared When using wp_nav_menu_items

You need to move return $items; outside of the if check. Currently, you are only returning menu items when the theme location is primary, all other menus will have no menu items if you return nothing for those.