Fix
parent
745ba98708
commit
567b23c043
|
|
@ -177,7 +177,8 @@ class ProductSkuController extends Controller
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$response = $app->app_code->getUnlimit($scene, [
|
$response = $app->app_code->getUnlimit($scene, [
|
||||||
'page' => 'pages/index/index',
|
'page' => 'pages/welcome/index',
|
||||||
|
'check_path' => false,
|
||||||
'width' => $request->query('width', 200),
|
'width' => $request->query('width', 200),
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue