1 Star 0 Fork 60

粥粥/Qchat

forked from qice/Qchat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 744 Bytes
一键复制 编辑 原始数据 按行查看 历史
粥粥 提交于 2021-05-22 17:14 . 修改
<!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://106.15.60.78:6380';
var uploadConfig = {
url: 'http://t005.baguatan.cn/admin/upload/upload',
//url: '',
urlKey: 'url',
}
// 是否小屏幕
var isPhone = window.innerWidth < 576 ? true : false;
window.onbeforeunload = function(e){
return "确定离开当前页面吗?";
};
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zhouyusong123/qchat.git
git@gitee.com:zhouyusong123/qchat.git
zhouyusong123
qchat
Qchat
master

搜索帮助