diff --git a/hb_client/src/components/customForm/index.vue b/hb_client/src/components/customForm/index.vue index e6d081c..dfa8dd6 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 = value; + that.img = 'http://49.232.14.174:2222/'+value; setTimeout(function(){ that.canvasInit(); },500); diff --git a/hb_client/src/components/customForm/review.vue b/hb_client/src/components/customForm/review.vue index 4265772..7a28cfd 100644 --- a/hb_client/src/components/customForm/review.vue +++ b/hb_client/src/components/customForm/review.vue @@ -329,8 +329,8 @@ }); that.img = new Image(); that.img.crossOrigin = ''; - that.img = imag[0].field_value; - that.originImg = imag[0].origin_value; + that.img = 'http://49.232.14.174:2222/'+imag[0].field_value; + that.originImg = 'http://49.232.14.174:2222/' + imag[0].origin_value; listJudge.forEach(item => { let obj = new Object(); obj = item; diff --git a/hb_client/src/views/wpm/need.vue b/hb_client/src/views/wpm/need.vue index 37dd99b..80a6f78 100644 --- a/hb_client/src/views/wpm/need.vue +++ b/hb_client/src/views/wpm/need.vue @@ -61,6 +61,8 @@ > + +