-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (30 loc) · 1.24 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Zeus 宙斯权限管理系统 ----公牛开源联盟官网</title>
<!--缓存处理-->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate, no-siteapp"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
<!--移动端视图-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="height=device-height, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=0">
<!--ios 电话号码格式化 取消-->
<meta name="format-detection" content="telephone=no"/>
<!--谷歌关闭PointerEvent:支持iscroll调试-->
<script>window.PointerEvent = void(0)</script>
</head>
<body>
<div id="app" v-cloak></div>
<!--built files will be auto injected-->
<!--百度地图-->
<!--<script src="https://api.map.baidu.com/api?v=2.0&ak=6103202511d373328dd84cbfe6be93eb"></script>-->
<!--微信调试-->
<!--<script src="http://wechatfe.github.io/vconsole/lib/vconsole.min.js?v=3.2.0"></script>-->
<!--<script src="https://live-utils-1251385931.cos.ap-chengdu.myqcloud.com/lib/vconsole.min.js"></script>
<script>
var vConsole = new VConsole();
</script>-->
</body>
</html>