|
|
@@ -125,7 +125,7 @@ class Product extends Backend |
|
|
|
->limit($offset, $limit) |
|
|
|
->select(); |
|
|
|
foreach ($list as &$val){ |
|
|
|
$val["url"]="http://msveni.com/h5/#/pages/product/product?id=".$val["id"]; |
|
|
|
$val["url"]="https://www.msveni.com/h5/#/pages/product/product?id=".$val["id"]; |
|
|
|
|
|
|
|
} |
|
|
|
$list = collection($list)->toArray(); |
|
|
|