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
王涛
4 years ago
Commit
4e0286a9bed5a8b8953f61a09fbd928581f5bcbf
2 parents
e8cf849e
cd6aeb93
Merge branch 'master-v32-xwx' into 'master'
杭州-首页-屏蔽左上角魔镜图标单击事件 See merge request
!110
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
14 deletions
hg-monitor-web-zj/src/main/resources/static/src/views/layout.html
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/dataCenter/index.js
hg-monitor-web-zj/src/main/resources/static/src/views/layout.html
View file @
4e0286a
...
...
@@ -162,7 +162,8 @@
{{
#
var
dataName
=
layui
.
setter
.
response
.
dataName
;
var
fisthref
=
"/index"
;
<!--
//xwx add 删除单击事件-->
var
fisthref
=
""
;
var
defaultMenu
=
d
.
str
;
var
defaultModuleid
=
''
;
var
defaultPath
=
''
;
...
...
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/dataCenter/index.js
View file @
4e0286a
...
...
@@ -32,20 +32,25 @@ export default {
}
],
//机房布局html数据
commandNameDataX
:[
// {
// name:'萧山IDC二号机房',
// htmlName:'xiaoshansecond',
// val:'one'
// },
// {
// name:'萧山IDC三号机房',
// htmlName:'xiaoshanthird',
// val:'two'
// },
// {
// name:'萧山IDC七号机房',
// htmlName:'xiaoshanseven',
// val:'three'
// }
{
name
:
'
萧山IDC
二号机房'
,
name
:
'
兴议
二号机房'
,
htmlName
:
'xiaoshansecond'
,
val
:
'one'
},
{
name
:
'萧山IDC三号机房'
,
htmlName
:
'xiaoshanthird'
,
val
:
'two'
},
{
name
:
'萧山IDC七号机房'
,
htmlName
:
'xiaoshanseven'
,
val
:
'three'
}
],
commandName
:
''
,
//下拉选择默认显示名称
...
...
@@ -93,11 +98,10 @@ export default {
const
isShowOuter
=
(
item
)
=>
{
proxy
.
dialogMachineName
=
item
.
machineRoomName
;
proxy
.
outerVisible
=
true
;
if
(
item
.
layout
==
0
){
proxy
.
commandNameData
=
proxy
.
commandNameDataH
;
//湖州机房布局数据
}
else
{
//
proxy.commandNameData=proxy.commandNameDataX;//兴议机房布局数据
proxy
.
commandNameData
=
proxy
.
commandNameDataX
;
//兴议机房布局数据
}
}
...
...
Please
register
or
login
to post a comment