1 Star 0 Fork 364

king/likeadmin(Python版)- MIT协议-免费任意商用- 管理后台_小程序_手机H5_PC端_uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yuuu_x 提交于 2023-03-29 10:59 +08:00 . 打包
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
/*
后续有PC端使用该代码,判断前台跳转PC或者手机
var isMobile = function () {
var u = navigator.userAgent
return /Mobile|Android|webOS|iPhone|iPad|Phone/i.test(u)
}
window.location.href = isMobile() ? '/mobile' : '/pc'
*/
//现在只有手机端,跳转手机端
window.location.href = '/mobile'
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/mgking/likeadmin_python.git
git@gitee.com:mgking/likeadmin_python.git
mgking
likeadmin_python
likeadmin(Python版)- MIT协议-免费任意商用- 管理后台_小程序_手机H5_PC端_uni-app
master

搜索帮助

371d5123 14472233 46e8bd33 14472233