From 75e8b15ce42ddcc05e65add72838005318c03ff8 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Thu, 29 Apr 2021 16:32:42 -0800 Subject: [PATCH] set image url --- frontend/src/pages/Recipe/ViewRecipe.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/Recipe/ViewRecipe.vue b/frontend/src/pages/Recipe/ViewRecipe.vue index b9dde19b4..da83c3c16 100644 --- a/frontend/src/pages/Recipe/ViewRecipe.vue +++ b/frontend/src/pages/Recipe/ViewRecipe.vue @@ -163,7 +163,7 @@ export default { }, getImage(image) { if (image) { - return api.recipes.recipeImage(image) + "&rnd=" + this.imageKey; + return api.recipes.recipeImage(image) + "?&rnd=" + this.imageKey; } }, deleteRecipe() {