Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
王涛
2021-11-21 21:01:37 +0800
Commit
31d3d402096ca36acc7c6c37680ff816839235ce
2 parents
8c93016b
44ac3533
Merge branch 'master-v32-xwx' into 'master'
杭州-首页-新增CMDB入口 See merge request
!94
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
hg-monitor-web-zj/src/main/resources/application.yml
hg-monitor-web-zj/src/main/resources/static/src/lib/admin.js
hg-monitor-web-zj/src/main/resources/static/start/index.html
hg-monitor-web-zj/src/main/resources/application.yml
View file @
31d3d40
...
...
@@ -21,7 +21,7 @@ url:
# 一体化视图
ythView
:
http://192.168.0.69:18089
# cmdb
CMDB
:
http://192.168.0.68:80
cmdbWeb
:
http://192.168.0.68:80
# 业务健康度
ywHealth
:
http://80.12.92.117:83
#流程系统路径,当ssl.enabled=true时,http要改为https,并修改流程nginx的conf文件
...
...
hg-monitor-web-zj/src/main/resources/static/src/lib/admin.js
View file @
31d3d40
...
...
@@ -677,7 +677,7 @@ layui.define(['view'], function(exports){
,
toCMDB
:
function
()
{
var
roles
=
sessionStorage
.
getItem
(
'roles'
);
if
(
roles
==
'zichanyw'
||
roles
==
'zichanAdmin'
){
window
.
open
(
sessionStorage
.
getItem
(
"
CMDB
"
));
window
.
open
(
sessionStorage
.
getItem
(
"
cmdbWeb
"
));
}
else
{
layer
.
msg
(
'当前用户没有权限'
,
{
icon
:
0
,
time
:
3000
});
}
...
...
hg-monitor-web-zj/src/main/resources/static/start/index.html
View file @
31d3d40
...
...
@@ -42,7 +42,6 @@
sessionStorage
.
setItem
(
'ythView'
,
res1
[
0
].
ythView
);
//xwx add 读取业务健康度页面IP地址 2021-10-25 start
sessionStorage
.
setItem
(
'ywHealth'
,
res1
[
0
].
ywHealth
);
sessionStorage
.
setItem
(
'CMDB'
,
res1
[
0
].
CMDB
);
//xwx add 读取业务健康度页面IP地址 2021-10-25 end
sessionStorage
.
setItem
(
'workflow'
,
res1
[
0
].
workflow
);
sessionStorage
.
setItem
(
'mp3'
,
res2
[
0
].
mp3
);
...
...
Please
register
or
login
to post a comment