|
@@ -27,7 +27,7 @@ use App\Models\DistProductCategory;
|
|
|
|
|
|
|
|
|
$host = $_SERVER['HTTP_HOST'];
|
|
|
-if ($host == 'internal-dist.mietubl.com.cn') {
|
|
|
+if ($host == 'internal-demo-site.mietubl.com.cn') {
|
|
|
Route::get('/{slug}', function ($slug) {
|
|
|
|
|
|
$categoryId = DistProductCategory::where('slug',$slug)
|