We can do it easily by simple step of below
In common/config/params-local.php
Yii::setAlias('@imageurl', 'http://localhost/project_name/backend/web/');
in above example i have my image under backend/web/images/product_images
In frontend, i am getting like,
it's simply working for me...