-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
33 lines (30 loc) · 1.41 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 lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="pragma" content="no-cache,no-store">
<meta http-equiv="cache-control" content="no-cache,no-store">
<meta http-equiv="expires" content="0">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
<title>天马人事系统</title>
<link rel="stylesheet" href="/dist/main.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_575023_dq5ads2pq6umzpvi.css">
<link rel="stylesheet" name="theme" href="">
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<!--[if lte IE 9]><script>location.href = '/unsupport-browser.html'</script><![endif]-->
<script>
// if (navigator.userAgent.match(/AppleWebKit.*Mobile.*/) && !navigator.userAgent.toLowerCase().match(/iPad/i)) { // mobile环境
// window.location.href = 'http://tm.xyyzi.com:9099/oa/dist_mobile/index.html';
// }
</script>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="/dist/vender-base.js"></script>
<script type="text/javascript" src="/dist/vender-exten.js"></script>
<script type="text/javascript" src="/dist/main.js"></script>
</body>
</html>