提交 | 用户 | age
|
3ac5f2
|
1 |
<!DOCTYPE html> |
J |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="utf-8"> |
|
5 |
<title>芙艾医疗</title> |
bf4dca
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0, viewprot-fit=cover, minimal-ui"> |
3ac5f2
|
7 |
<meta name="renderer" content="webkit"> |
J |
8 |
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" /> |
878885
|
9 |
<!-- 应用以全屏模式运行 --> |
J |
10 |
<meta name="apple-mobile-web-app-capable" content="yes" /> |
|
11 |
<!-- 主题颜色 --> |
|
12 |
<meta name="theme-color" content="#227beb" /> |
|
13 |
<!-- 禁止识别电话号码 --> |
|
14 |
<meta content="telephone=no" name="format-detection" /> |
3ac5f2
|
15 |
</head> |
J |
16 |
<body> |
|
17 |
<div id="app"></div> |
|
18 |
<!-- built files will be auto injected --> |
878885
|
19 |
<!-- <script src="//wwcdn.weixin.qq.com/node/wework/wwopen/js/wwLogin-1.2.4.js"></script> |
J |
20 |
<script src="https://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> --> |
3ac5f2
|
21 |
<script> |
J |
22 |
(function () { |
|
23 |
var src = '//cdn.bootcss.com/eruda/1.4.2/eruda.min.js'; |
|
24 |
if (!/eruda=true/.test(window.location) && localStorage.getItem('active-eruda') != 'true') return; |
|
25 |
document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>'); |
|
26 |
document.write('<scr' + 'ipt>eruda.init();</scr' + 'ipt>'); |
|
27 |
})(); |
|
28 |
</script> |
|
29 |
</body> |
|
30 |
</html> |