要简单地删除它,您可以在
/catalog/controller/common/seo_url.php
找:
return $link;
在 新行 之前 放:
$link = str_replace('index.php?route=common/home', '', $link);TheBlackBenzKid编辑:如果您想使用完整的SEO,请使用以下代码代替上面的代码:
$link = str_replace('index.php?route=', '', $link);另外,请确保商店的“管理”面板中的SEO URL已打开。



