Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
海康威视
web-project
Commits
3e813464
Commit
3e813464
authored
Jul 23, 2024
by
朱超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
地图页面删除调试
parent
cf3eef45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
screenDisplay.vue
src/components/screenDisplay.vue
+18
-18
No files found.
src/components/screenDisplay.vue
View file @
3e813464
...
@@ -466,15 +466,15 @@ export default defineComponent({
...
@@ -466,15 +466,15 @@ export default defineComponent({
center
:
[
117.490182
,
38.885596
],
center
:
[
117.490182
,
38.885596
],
});
});
map
.
on
(
"click"
,
function
(
e
)
{
//
map.on("click", function (e) {
alert
(
//
alert(
"您在[ "
+
//
"您在[ " +
e
.
lnglat
.
getLng
()
+
//
e.lnglat.getLng() +
","
+
//
"," +
e
.
lnglat
.
getLat
()
+
//
e.lnglat.getLat() +
" ]的位置点击了地图!"
//
" ]的位置点击了地图!"
);
//
);
});
//
});
this
.
servicCenterList
.
forEach
((
element
,
index
)
=>
{
this
.
servicCenterList
.
forEach
((
element
,
index
)
=>
{
const
amapGps
=
this
.
bd_decrypt
(
const
amapGps
=
this
.
bd_decrypt
(
...
@@ -686,15 +686,15 @@ export default defineComponent({
...
@@ -686,15 +686,15 @@ export default defineComponent({
center
:
[
_this
.
mapBackPostion
[
0
],
_this
.
mapBackPostion
[
1
]],
center
:
[
_this
.
mapBackPostion
[
0
],
_this
.
mapBackPostion
[
1
]],
});
});
map
.
on
(
"click"
,
function
(
e
)
{
//
map.on("click", function (e) {
alert
(
//
alert(
"您在[ "
+
//
"您在[ " +
e
.
lnglat
.
getLng
()
+
//
e.lnglat.getLng() +
","
+
//
"," +
e
.
lnglat
.
getLat
()
+
//
e.lnglat.getLat() +
" ]的位置点击了地图!"
//
" ]的位置点击了地图!"
);
//
);
});
//
});
_this
.
postSupplylist
(
_this
.
postSupplylist
(
map
,
map
,
...
...
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