This commit is contained in:
shijing 2022-05-07 15:25:28 +08:00
parent fe865bed58
commit d04acd4f52
1 changed files with 1 additions and 1 deletions

View File

@ -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);