index.hbs
1.14 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<title> 医链云平台</title>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="/styles/normalize.css" />
<link rel="stylesheet" href="/styles/main.css" />
<script type="text/javascript">
function go(clent){
/**
if(clent=='d'){
location.href="/";//https://distribution.csylcloud.com
}else if(clent=='h'){
location.href="http://223.76.250.194:23002/login#!/";
}else if(clent=='o'){
location.href="http://223.76.250.194:23003/login#!/";
}else if(clent=='s'){
location.href="http://223.76.250.194:23004/login#!/";
} else if(clent=='g'){
location.href="/";//https://goverment.csylcloud.com
}
**/
location.href="https://idaas-test.csbr.cn/login";//idaas登录界面
}
</script>
</head>
<body >
<div id="app">
</div>
<script src="/build/cms.js"></script>
</body>
</html>