-
Notifications
You must be signed in to change notification settings - Fork 30
/
index.html
40 lines (40 loc) · 2.48 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
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="utf-8">
<!-- iphone设备中的safari私有meta标签,它表示:允许全屏模式浏览 -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<!-- iphone的私有标签,它指定的iphone中safari顶端的状态条的样式 -->
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<!-- 告诉设备忽略将页面中的数字识别为电话号码 -->
<meta name="format-detection" content="telephone=no,email=no">
<!-- 强制让文档的宽度与设备的宽度保持1:1,并且文档最大的宽度比例是1.0,且不允许用户点击屏幕放大浏览 -->
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=0" />
<!-- 保存高清图标为ICON( 暂无服务器配置静态文件 ) -->
<!--<link rel="apple-touch-icon-precomposed" href="http://www.shangchaotech.com/static/favicon.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://www.shangchaotech.com/static/favicon@2x.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://www.shangchaotech.com/static/favicon@3x.png" />-->
<script src="http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js"></script>
<link rel="stylesheet" href="./static/css/tinyImgUpload.css">
<link rel="apple-touch-icon" href="./static/favicon.png">
<link rel="Shortcut Icon" href="./static/favicon.png" type="image/x-icon">
<meta name="description" content="青岛上朝科技有限公司">
<meta name="keywords" content="物业管理 pms">
<meta name="robots" content="index,follow">
<meta http-equiv="Cache-Control" content="no-siteapp">
<meta name="screen-orientation" content="portrait">
<meta name="full-screen" content="yes">
<meta name="browsermode" content="application">
<meta name="x5-orientation" content="portrait">
<meta name="x5-fullscreen" content="true">
<meta name="x5-page-mode" content="app">
<title>长江财富中心物业管家系统</title>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<!--<script src="./static/js/tinyImgUpload.js"></script>-->
<script src="./static/js/base-loading.js"></script>
</html>