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
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
3 years ago
Commit
33245a051c034b5024812ef7038927f263d72e69
1 parent
9c8e3294
省局网络拓扑,图标修改为旧版本的图标
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/networkTopology/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/zjdaping/components/networkTopology/index.js
View file @
33245a0
...
...
@@ -196,7 +196,7 @@ export default {
},
{
//被攻击点
// type: 'scatter',
type
:
'effectScatter'
,
type
:
'effectScatter'
,
//涟漪状态
hoverAnimation
:
true
,
//鼠标移入是否显示动画
coordinateSystem
:
'geo'
,
zlevel
:
3
,
...
...
@@ -206,7 +206,8 @@ export default {
brushType
:
'fill'
,
scale
:
2
},
symbol
:
'circle'
,
// symbol: 'circle',//圆形涟漪状态
symbol
:
'pin'
,
symbolSize
:
30
,
itemStyle
:{
color
:
'#EE4237'
,
...
...
Please
register
or
login
to post a comment