Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
x50-avatar
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
2c045e64
authored
May 20, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
997206ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
12 deletions
+2
-12
Application/Admin/Controller/ReportController.class.php
+1
-1
Application/Tools/AdminController.class.php
+0
-10
Public/static/js/common.js
+1
-1
No files found.
Application/Admin/Controller/ReportController.class.php
View file @
2c045e64
...
...
@@ -13,7 +13,7 @@ class ReportController extends AdminController
if
(
!
$channel
)
{
$channel
=
'__all__'
;
}
$url
=
"http://api2.izhida.cn/tongjiV2/report?app_stat_key=
3E6Z8ASnQe6Hy3ne&app_stat_secret=mc5dkiRz3NCZdc4
B"
;
$url
=
"http://api2.izhida.cn/tongjiV2/report?app_stat_key=
jwkKkepF5Gy2bRSn&app_stat_secret=kCWr5izepj52mWn
B"
;
$content
=
file_get_contents
(
$url
);
$data
=
json_decode
(
$content
,
true
);
$data_list
=
$data
[
'data'
];
...
...
Application/Tools/AdminController.class.php
View file @
2c045e64
...
...
@@ -30,17 +30,7 @@ class AdminController extends Controller {
'auth_a'
=>
'statistic'
,
'auth_path'
=>
'1'
,
'auth_level'
=>
'1'
],
[
'auth_id'
=>
'2'
,
'auth_name'
=>
'用户信息'
,
'auth_pid'
=>
'0'
,
'auth_c'
=>
'Info'
,
'auth_a'
=>
'index'
,
'auth_path'
=>
'2'
,
'auth_level'
=>
'1'
]
];
$menu
=
[];
foreach
(
$auths
as
$item
)
{
...
...
Public/static/js/common.js
View file @
2c045e64
...
...
@@ -123,7 +123,7 @@ $(document).ready(function () {
ctx2
.
fillStyle
=
'#FFFFFF'
;
ctx2
.
font
=
'bolder 80px fzlt'
;
}
else
if
(
firstSwiper
.
realIndex
===
0
)
{
top
=
4
5
0
;
top
=
4
6
0
;
ctx2
.
fillStyle
=
'#000000'
;
ctx2
.
font
=
'bolder 130px fzlt'
;
}
else
{
...
...
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