If you have parked domains on a single wordpress website, referenced under the root of the domain, but want the site urls displayed to be based on parked domain used. Consider adding the following code to the wp-config.php file.

define('WP_SITEURL', 'http://'.$_SERVER['HTTP_HOST']);
define('WP_HOME',    'http://'.$_SERVER['HTTP_HOST']);