无
建议图片放到webapps\webroot\help\picture目录下
这个格式
setTimeout(function() {
$("div[widgetName=LABEL1]").css({"background-color":"url('/webroot/help/picture/logo-ch.png') no-repeat","height":"100","background-size":"contain"});//LABEL1为标签控件名称
}, 100);