Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gassafety
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
gassafety
Commits
d9a69c99
Commit
d9a69c99
authored
Jan 14, 2022
by
王晓倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
天启油气添加固定标点
parent
56ab3ace
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
tianqi.png
gassafety-web/src/assets/images/tianqi.png
+0
-0
index.vue
gassafety-web/src/views/enterprise/mapView/index.vue
+14
-2
No files found.
gassafety-web/src/assets/images/tianqi.png
0 → 100644
View file @
d9a69c99
5.35 KB
gassafety-web/src/views/enterprise/mapView/index.vue
View file @
d9a69c99
...
...
@@ -473,7 +473,7 @@ export default {
//抽屉是否收回
backFlag
:
true
,
mapStyle
:
true
,
// 设备轮询用的定时器
deviceTimer
:
null
,
};
...
...
@@ -540,6 +540,18 @@ export default {
// 右下角数据 跟值班人员
this
.
rightBottomData
();
// this.backFlag = false;
let
marker
=
new
AMap
.
Marker
({
position
:
[
124.737106
,
45.117734
],
map
:
this
.
gaoMap
.
myMap
,
offset
:
new
AMap
.
Pixel
(
0
,
5
)
});
let
icon
=
new
AMap
.
Icon
({
opacity
:
0.1
,
image
:
require
(
"../../../assets/images/tianqi.png"
)
});
marker
.
setIcon
(
icon
);
console
.
log
(
"=========="
,
marker
);
},
// 更改卫星图
mapChange
(
num
)
{
...
...
@@ -742,7 +754,7 @@ export default {
console
.
log
(
item
.
selfData
.
alarmState
);
return
item
.
selfData
.
alarmState
;
})[
0
];
// console.log("this.allList[0]", this.allList[0]);
// console.log("myP", myP);
// 改变左侧列表的状态(1报警,0,正常)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment