|
@@ -296,7 +296,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
@@ -296,7 +296,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
296
|
//访问数据
|
296
|
//访问数据
|
|
297
|
Route::prefix('month')->group(function () {
|
297
|
Route::prefix('month')->group(function () {
|
|
298
|
Route::any('/', [\App\Http\Controllers\Bside\HomeCount\MonthCountController::class, 'lists'])->name('month_lists');
|
298
|
Route::any('/', [\App\Http\Controllers\Bside\HomeCount\MonthCountController::class, 'lists'])->name('month_lists');
|
|
299
|
- Route::any('/', [\App\Http\Controllers\Bside\HomeCount\MonthCountController::class, 'getIpPvCount'])->name('month_getIpPvCount');
|
299
|
+ Route::any('/getIpPvCount', [\App\Http\Controllers\Bside\HomeCount\MonthCountController::class, 'getIpPvCount'])->name('month_getIpPvCount');
|
|
300
|
});
|
300
|
});
|
|
301
|
|
301
|
|
|
302
|
// 流量统计
|
302
|
// 流量统计
|