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