cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>${Constants.company_name}-中国最优秀的it运维,运维服务管理平台,全行业运维服务解决方案提供商 </title>
<meta name="keywords" content="${Constants.company_name},运维服务,it运维,运维管理">
<meta name="description" content="${Constants.company_name}是中国最优秀的it运维服务解决方案提供商,专注守护您的数据中心,提供高效、安全、节能的机房运维外包服务,24小时的远程监控值守,强大的运维团队提供高效的故障响应处理、定时远程巡检、定期的现场巡检、机房运行分析报告等全方位服务400电话:400-633-7959">
<link rel="stylesheet" href="${common_static}/static/ui/css/platform.css" />
</head>
 
<body class="mobile-bg">
    <div class="mobile-top" style="cursor: pointer;" onclick="gotoHome()"></div>
    <div class="download-box">
        <div class="download-terminal andrews2"><img src="${common_static}/static/ui/appdown/images/down_03.png" width="100" height="100" alt=""/>
            <div class="download-terminal-short"><span></span><a href="${base}/upload/app/larks_base.apk">立即下载</a></div>
        </div>
 
 
        <div class="download-terminal iPhone2"><img src="${common_static}/static/ui/appdown/images/IOSApp.png" width="100" height="100" alt=""/>
            <div class="download-terminal-short"><span class="ios"></span><em>IOS下载</em></div>
        </div>
        <!-- <div class="download-terminal"><span></span><em>申请中...</em></div> -->
 
        <!-- <div class="download-terminal wx"><span class="wechat"></span><em>申请中...</em></div> -->
        
        
        <!-- <div class="download-terminal iPhone2"><img src="images/down1.png" width="100" height="100" alt=""/>
            <div class="download-terminal-short"><span class="ios"></span><a href="">立即下载</a></div>
        </div> -->
        <div class="download-terminal wx2"><img src="${common_static}/static/ui/appdown/images/qrcode.jpg" width="100" height="100" alt=""/>
            <div class="download-terminal-short"><span class="wechat"></span><em>${Constants.company_name}微信平台</em></div>
        </div>
 
    </div>
 
<!-- 
<link rel="stylesheet" type="text/css" href="${common_static}/static/ui/appdown/css/downcss.css"/>
<link rel="stylesheet" type="text/css" href="${common_static}/static/ui/appdown/css/official-site.css"/>
<div class="banner down_banner">
  <div class="banner_con"> <span><img src="${common_static}/static/ui/appdown/images/banner/downbanner.jpg" alt="" /></span> </div>
</div>
<div class="down_cont">
    <div class="down_cont_left">
        <h2>云雀运维Android版</h2>
        <div class="down_cont_con">
            <img src="${common_static}/static/ui/appdown/images/down_03.png" alt="" />
            <p><a href="javascript:down();"><img src="${common_static}/static/ui/appdown/images/down_02.png" alt="" />立即下载</a></p>
        </div>
    </div>
    <div class="down_cont_right"><img src="${common_static}/static/ui/appdown/images/down_06.jpg" alt="" /></div>
    <div class="down_cont_left">
        <img src="${common_static}/static/ui/appdown/images/down_07.jpg" alt="" />
    </div>
    <div class="down_cont_right ioswidth">        
        <h2>云雀运维iOS版</h2>
        <div class="down_cont_con">
            <p><a ><img src="${common_static}/static/ui/appdown/images/down_02.png" alt="" />申请中...</a></p>
        </div>
   </div>
   <div class="down_cont_left weixin">
        <h2>微信扫一扫,关注云雀运维微信平台</h2>
        <div class="down_cont_con">
            <img src="${common_static}/static/ui/appdown/images/qrcode.jpg" alt="" />
        </div>
    </div>
    <div class="down_cont_right"><img src="${common_static}/static/ui/appdown/images/down_08.jpg" alt="" /></div>
</div>
<div class="total"></div>
<script type="text/javascript" src="${common_static}/static/website/js/jquery.mousewheel.js"></script>
<script type="text/javascript" src="${common_static}/static/website/js/jquery.rollbar.min.js"></script>
<link rel="stylesheet" type="text/css" href="${common_static}/static/website/css/jquery.rollbar.css">
<script type="text/javascript">
    $(function(){
        $('#ospopcon').rollbar({zIndex:80});
    })
</script> -->
 
<script type="text/javascript">
function down(){
        window.location.href="${base}/business/appdownload.html";
   
  }
 
  function gotoHome(){
      window.location.href = "${base}/";
  }
</script>
<footer>
    <p><a>意见反馈</a> | <a>帮助说明</a> | <a>关于运维</a> | <a>联系我们</a> </p>
    <p>Copyright ? 1996-2016 ${Constants.company_name}</p>
</footer>
</body>
</html>