智能在线客服系统访客演示页面
<script type='text/javascript'>
(function(a, b, c, d) {
let h = b.getElementsByTagName('head')[0];let s = b.createElement('script');
s.type = 'text/javascript';s.src = c+"/static/js/kefu-front.js";s.onload = s.onreadystatechange = function () {
if (!this.readyState || this.readyState === "loaded" || this.readyState === "complete") d(c);
};h.appendChild(s);
})(window, document,"{{.siteUrl}}",function(u){
KEFU.init({
KEFU_URL:u,
KEFU_KEFU_ID: "{{.kefuName}}",
KEFU_ENT: "{{.entId}}",
})
});
</script>