import config from '@/config' const baseUrl = config.baseUrl export separateImgs (imgUrl){ let url = imgUrl.replace(baseUrl, ""); return url }