Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
陈峰
8 years ago
Commit
ffc5a93a10428cf42eee65438ef4ea7e98e9a135
1 parent
18dec8ce
commit
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/admin/user-login-log.page.js
public/js/admin/user-login-log.page.js
View file @
ffc5a93
...
...
@@ -26,8 +26,8 @@ function bind_button_event() {
let
startTime
,
endTime
;
if
(
timeArray
.
length
===
2
)
{
startTime
=
moment
(
timeArray
[
0
]);
endTime
=
moment
(
timeArray
[
1
]);
startTime
=
moment
(
timeArray
[
0
]).
valueOf
();
endTime
=
moment
(
timeArray
[
1
]).
valueOf
();
}
window
.
open
(
`
/
admin
/
user
/
exportUserLoginLog
?
startTime
=
$
{
startTime
}
&
endTime
=
$
{
endTime
}
&
url
=
$
{
url
}
`
,
'_blank'
);
...
...
Please
register
or
login
to post a comment