Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
a9e24c89
Commit
a9e24c89
authored
Aug 09, 2019
by
niuxiaolin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
latest ui 08/09/2019 13:10:21
parent
fe26f3f5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
main.component.ts
src/app/main/main.component.ts
+1
-1
orgingetscript.js
src/assets/orgingetscript.js
+2
-2
styles.less
src/styles.less
+1
-0
No files found.
src/app/main/main.component.ts
View file @
a9e24c89
...
@@ -289,7 +289,7 @@ export class MainComponent implements OnInit {
...
@@ -289,7 +289,7 @@ export class MainComponent implements OnInit {
this
.
map
.
panTo
(
view
.
center
,{
duration
:
1000
});
this
.
map
.
panTo
(
view
.
center
,{
duration
:
1000
});
var
orginZoom
=
this
.
map
.
getZoom
();
var
orginZoom
=
this
.
map
.
getZoom
();
var
dur
=
view
.
zoom
-
this
.
map
.
getZoom
();
var
dur
=
view
.
zoom
-
this
.
map
.
getZoom
();
timer
(
0
,
30
00
)
timer
(
0
,
2
00
)
.
pipe
(
timeInterval
(),
pluck
(
'interval'
),
take
(
dur
)).
subscribe
((
index
:
any
)
=>
{
.
pipe
(
timeInterval
(),
pluck
(
'interval'
),
take
(
dur
)).
subscribe
((
index
:
any
)
=>
{
this
.
map
.
centerAndZoom
(
view
.
center
,
orginZoom
+
1
);
this
.
map
.
centerAndZoom
(
view
.
center
,
orginZoom
+
1
);
...
...
src/assets/orgingetscript.js
View file @
a9e24c89
...
@@ -7868,8 +7868,8 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
...
@@ -7868,8 +7868,8 @@ window.BMAP_AUTHENTIC_KEY = "KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6";
,
q
=
q
+
a
.
XA
+
"v="
+
w
+
"&udt="
+
v
+
"&fn=window."
+
y
,
q
=
q
+
a
.
XA
+
"v="
+
w
+
"&udt="
+
v
+
"&fn=window."
+
y
,
w
=
n
[
o
]
+
"&"
+
q
,
w
=
n
[
o
]
+
"&"
+
q
//xiaolin
//xiaolin
//, w = n[o] + "&rand="+Math.random()+
"¶m=" + window.encodeURIComponent(Kb(q));
,
w
=
n
[
o
]
+
"¶m="
+
window
.
encodeURIComponent
(
Kb
(
q
));
,
w
=
n
[
o
]
+
"/"
+
window
.
encodeURIComponent
(
Kb
(
q
));
//
, w = n[o] + "/" + window.encodeURIComponent(Kb(q));
window
[
y
]
=
function
(
a
)
{
window
[
y
]
=
function
(
a
)
{
clearTimeout
(
i
[
g
].
Ik
);
clearTimeout
(
i
[
g
].
Ik
);
...
...
src/styles.less
View file @
a9e24c89
...
@@ -267,6 +267,7 @@ body.jw-modal-open {
...
@@ -267,6 +267,7 @@ body.jw-modal-open {
width: 3em;
width: 3em;
line-break: strict;
line-break: strict;
white-space: initial;
white-space: initial;
margin-top:0.3em;
}
}
legend{
legend{
...
...
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