Showing
1 changed file
with
4 additions
and
7 deletions
@@ -3,21 +3,19 @@ | @@ -3,21 +3,19 @@ | ||
3 | <head> | 3 | <head> |
4 | <meta charset="utf-8"> | 4 | <meta charset="utf-8"> |
5 | <title>运维监控管理平台</title> | 5 | <title>运维监控管理平台</title> |
6 | - <title>综合监控管理系统</title> | ||
7 | <link rel="shortcut icon" href="../src/style/res/shui.png"> | 6 | <link rel="shortcut icon" href="../src/style/res/shui.png"> |
8 | <meta name="renderer" content="webkit"> | 7 | <meta name="renderer" content="webkit"> |
9 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 8 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
10 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> | 9 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0"> |
11 | <link rel="stylesheet" href="/start/layui/css/layui.css" media="all"> | 10 | <link rel="stylesheet" href="/start/layui/css/layui.css" media="all"> |
12 | - <link rel="stylesheet" href="/src/style/css/menuIcon.css" media="all"> | ||
13 | <script> | 11 | <script> |
14 | /^http(s*):\/\//.test(location.href) || alert('请先部署到 localhost 下再访问'); | 12 | /^http(s*):\/\//.test(location.href) || alert('请先部署到 localhost 下再访问'); |
15 | </script> | 13 | </script> |
16 | </head> | 14 | </head> |
17 | <body> | 15 | <body> |
18 | - <div id="LAY_app"></div> | ||
19 | - <script src="/start/layui/layui.js"></script> | ||
20 | - <script> | 16 | +<div id="LAY_app"></div> |
17 | +<script src="/start/layui/layui.js"></script> | ||
18 | +<script> | ||
21 | layui.use(['jquery'], function () { | 19 | layui.use(['jquery'], function () { |
22 | var $ = layui.jquery; | 20 | var $ = layui.jquery; |
23 | // 读取配置文件 | 21 | // 读取配置文件 |
@@ -46,7 +44,6 @@ | @@ -46,7 +44,6 @@ | ||
46 | //xwx add 读取业务健康度页面IP地址 2021-10-25 start | 44 | //xwx add 读取业务健康度页面IP地址 2021-10-25 start |
47 | sessionStorage.setItem('ywHealth', res1[0].ywHealth); | 45 | sessionStorage.setItem('ywHealth', res1[0].ywHealth); |
48 | //xwx add 读取业务健康度页面IP地址 2021-10-25 end | 46 | //xwx add 读取业务健康度页面IP地址 2021-10-25 end |
49 | - sessionStorage.setItem('sxView', res1[0].sxView); | ||
50 | sessionStorage.setItem('workflow', res1[0].workflow); | 47 | sessionStorage.setItem('workflow', res1[0].workflow); |
51 | sessionStorage.setItem('mp3', res2[0].mp3); | 48 | sessionStorage.setItem('mp3', res2[0].mp3); |
52 | sessionStorage.setItem('jimuReport', res1[0].jimuReport); | 49 | sessionStorage.setItem('jimuReport', res1[0].jimuReport); |
@@ -58,7 +55,7 @@ | @@ -58,7 +55,7 @@ | ||
58 | // ,version: '1.2.1'//运行环境用个固定版本号 | 55 | // ,version: '1.2.1'//运行环境用个固定版本号 |
59 | ,version: new Date().getTime()//本地开发环境,避免改动后的文件未及时生效,所以用时间戳作为版本 | 56 | ,version: new Date().getTime()//本地开发环境,避免改动后的文件未及时生效,所以用时间戳作为版本 |
60 | }).use('index'); | 57 | }).use('index'); |
61 | - </script> | 58 | +</script> |
62 | </body> | 59 | </body> |
63 | </html> | 60 | </html> |
64 | 61 |
-
Please register or login to post a comment