Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
刘远
/
3d_dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
1
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1493e104
authored
2020-08-17 10:56:14 +0800
by
刘远
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改 地图缩小抛出方法
1 parent
8aa70952
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/Home.vue
src/views/Home.vue
View file @
1493e10
...
...
@@ -13,7 +13,7 @@
<div
class=
"rightFunc"
>
<rightFunc
@
isReturn=
'EisReturn'
@
enlarge=
'Eenlarge'
@
narrow=
'narrow'
@
narrow=
'
E
narrow'
@
coordinate=
'Ecoordinate'
@
distance=
'Edistance'
@
area=
'Earea'
...
...
@@ -300,7 +300,7 @@
this
.
viewer
.
camera
.
zoomIn
(
300
);
}
// 缩小
,
E
E
narrow
()
{
,
Enarrow
()
{
this
.
viewer
.
camera
.
zoomOut
(
300
);
}
// 坐标
...
...
Please
register
or
sign in
to post a comment