Commit 2c045e64 by doszhang

dos

parent 997206ac
...@@ -13,7 +13,7 @@ class ReportController extends AdminController ...@@ -13,7 +13,7 @@ class ReportController extends AdminController
if (!$channel) { if (!$channel) {
$channel = '__all__'; $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); $content = file_get_contents($url);
$data = json_decode($content, true); $data = json_decode($content, true);
$data_list = $data['data']; $data_list = $data['data'];
......
...@@ -30,17 +30,7 @@ class AdminController extends Controller { ...@@ -30,17 +30,7 @@ class AdminController extends Controller {
'auth_a' =>'statistic', 'auth_a' =>'statistic',
'auth_path' =>'1', 'auth_path' =>'1',
'auth_level' =>'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 = []; $menu = [];
foreach ($auths as $item) { foreach ($auths as $item) {
......
...@@ -123,7 +123,7 @@ $(document).ready(function () { ...@@ -123,7 +123,7 @@ $(document).ready(function () {
ctx2.fillStyle = '#FFFFFF'; ctx2.fillStyle = '#FFFFFF';
ctx2.font = 'bolder 80px fzlt'; ctx2.font = 'bolder 80px fzlt';
} else if (firstSwiper.realIndex === 0) { } else if (firstSwiper.realIndex === 0) {
top = 450; top = 460;
ctx2.fillStyle = '#000000'; ctx2.fillStyle = '#000000';
ctx2.font = 'bolder 130px fzlt'; ctx2.font = 'bolder 130px fzlt';
} else { } 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