From d04acd4f52f3b6cf820be1348c967e917c09fc8f Mon Sep 17 00:00:00 2001 From: shijing Date: Sat, 7 May 2022 15:25:28 +0800 Subject: [PATCH] 0507 --- hb_client/src/components/customForm/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue index d15dcc0..1f53593 100644 --- a/hb_client/src/components/customForm/index.vue +++ b/hb_client/src/components/customForm/index.vue @@ -245,7 +245,7 @@ that.img = new Image(); that.img.crossOrigin = 'anonymous'; let value = imag[0].field_value?imag[0].field_value:imag[0].draw_template; - that.img = 'http://49.232.14.174:2222/'+value; + that.img = 'http://49.232.14.174:2222'+value; setTimeout(function(){ that.canvasInit(); },500);