36 Star 172 Fork 60

qice / Qchat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 732 Bytes
一键复制 编辑 原始数据 按行查看 历史
qice 提交于 2020-10-18 20:41 . 适本手机
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>chat</title>
<style type="text/css">
html, body, #app{ height: 100%;}
</style>
</head>
<body>
<div id="app" style="overflow: hidden;"></div>
<!-- built files will be auto injected -->
<script>
var wsUrl = 'ws://192.168.0.66:8800';
var uploadConfig = {
//url: 'http://192.168.2.78/uploads.php',
url: '',
urlKey: 'url',
}
// 是否小屏幕
var isPhone = window.innerWidth < 576 ? true : false;
window.onbeforeunload = function(e){
return "确定离开当前页面吗?";
};
</script>
</body>
</html>
JavaScript
1
https://gitee.com/qice/qchat.git
git@gitee.com:qice/qchat.git
qice
qchat
Qchat
master

搜索帮助