6
0
Fork 0
release
李静 2022-03-30 13:53:27 +08:00
parent 745ba98708
commit 567b23c043
1 changed files with 2 additions and 1 deletions

View File

@ -177,7 +177,8 @@ class ProductSkuController extends Controller
]);
$response = $app->app_code->getUnlimit($scene, [
'page' => 'pages/index/index',
'page' => 'pages/welcome/index',
'check_path' => false,
'width' => $request->query('width', 200),
]);