1 Star 0 Fork 60

shanjuke / Qchat

forked from qice / Qchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 608 Bytes
一键复制 编辑 原始数据 按行查看 历史
qice 提交于 2019-07-28 23:04 . v1.0
<!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"></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',
urlKey: 'url',
}
window.onbeforeunload = function(e){
return "确定离开当前页面吗?";
};
</script>
</body>
</html>
PHP
1
https://gitee.com/bxnd/qchat.git
git@gitee.com:bxnd/qchat.git
bxnd
qchat
Qchat
master

搜索帮助