29 lines
826 B
HTML
29 lines
826 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Title</title>
|
||
|
|
||
|
</head>
|
||
|
<style>
|
||
|
|
||
|
</style>
|
||
|
<body>
|
||
|
<a href="javascript:KEFU.showPanel();">在线客服</a>
|
||
|
<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,"http://127.0.0.1:8081",function(u){
|
||
|
KEFU.init({
|
||
|
KEFU_URL:u,
|
||
|
KEFU_KEFU_ID: "kefu2",
|
||
|
KEFU_ENT: "2",
|
||
|
KEFU_AUTO_OPEN:false,
|
||
|
})
|
||
|
});
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|