Commit 2c045e64 by doszhang

dos

parent 997206ac
......@@ -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=mc5dkiRz3NCZdc4B";
$url = "http://api2.izhida.cn/tongjiV2/report?app_stat_key=jwkKkepF5Gy2bRSn&app_stat_secret=kCWr5izepj52mWnB";
$content = file_get_contents($url);
$data = json_decode($content, true);
$data_list = $data['data'];
......
......@@ -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) {
......
......@@ -123,7 +123,7 @@ $(document).ready(function () {
ctx2.fillStyle = '#FFFFFF';
ctx2.font = 'bolder 80px fzlt';
} else if (firstSwiper.realIndex === 0) {
top = 450;
top = 460;
ctx2.fillStyle = '#000000';
ctx2.font = 'bolder 130px fzlt';
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment