|
@@ -703,7 +703,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
@@ -703,7 +703,7 @@ Route::middleware(['bloginauth'])->group(function () { |
|
703
|
|
703
|
|
|
704
|
//企业产品库
|
704
|
//企业产品库
|
|
705
|
Route::prefix('enterprise_product')->group(function () {
|
705
|
Route::prefix('enterprise_product')->group(function () {
|
|
706
|
- Route::any('/getEnterProduct', [\App\Http\Logic\Bside\SeoSetting\EnterpriseProductController::class, 'getEnterProduct'])->name('enterprise_product_getEnterProduct');
|
706
|
+ Route::any('/getEnterProduct', [\App\Http\Controllers\Bside\SeoSetting\EnterpriseProductController::class, 'getEnterProduct'])->name('enterprise_product_getEnterProduct');
|
|
707
|
});
|
707
|
});
|
|
708
|
});
|
708
|
});
|
|
709
|
//无需登录验证的路由组
|
709
|
//无需登录验证的路由组
|