移动设备判断
Former-commit-id: b0fcd554d934259ea58187452785c3a9a56c64a4 [formerly b0fcd554d934259ea58187452785c3a9a56c64a4 [formerly b0fcd554d934259ea58187452785c3a9a56c64a4 [formerly b0fcd554d934259ea58187452785c3a9a56c64a4 [formerly 34226601ec79c52767f74109b1813a396d2dc605 [formerly dbb1af9b0c7b60efa8f8b9f9bee8da61b3197ac3]]]]] Former-commit-id: 4a0fac504665277509d1f4a65fa63eddf170bfc1 Former-commit-id: 3666dfaef0e6eb43a62959a00832a67540a9e0df Former-commit-id: 14836b621d0f8d0b3d0982eec086fa6334afd80d [formerly 5b1ed7a7065b47fd37de6ed71db4c6b709ded728] Former-commit-id: ac7827d7b5674c7bb57764686c10f1721d4ceca7 Former-commit-id: 4bb10eb0e6081ef9556380c92a992b810936477f Former-commit-id: 12fa567115e57ce5da084eaa1cbd5e0d842f470d Former-commit-id: a927e3bc505c09154e1054d0aee79d42711570aa Former-commit-id: 8907e13de1ebe0478bc1d7776553f156e361ec37
This commit is contained in:
@@ -1,29 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<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">
|
||||
<link rel="icon" href="<%= BASE_URL %>icon.ico">
|
||||
<title><%= VUE_APP_TITLE %></title>
|
||||
<script>
|
||||
// 感谢您使用 D2Admin
|
||||
// D2Admin 完全开源免费,并且长期更新维护
|
||||
// 下面的百度统计代码不会拖慢您的应用速度也不会占用多少网络带宽,我们只是想统计一下我们的用户量
|
||||
// 所以希望您不要删除我们的统计代码,让我们知道有更多人的在使用,给我们继续开发的动力
|
||||
var _hmt = _hmt || [];
|
||||
(function() {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "https://hm.baidu.com/hm.js?20b202d9b1189c9352fc3e8c92c215fc";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>
|
||||
<strong>We're sorry but d2-admin-start-kit-cli3 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
||||
</noscript>
|
||||
is-mobile
|
||||
</body>
|
||||
</html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<title>提示信息</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>请不要使用手机浏览</h1>
|
||||
<!-- 请自行完善此页面 -->
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user