refactor: 修改路由命名
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<a class="pathname" href="/">首页</a>
|
||||
{volist name="product_categorys" id="ca"}
|
||||
<div class="arrow"></div>
|
||||
<a class="pathname" href="{:url('product_category', ['id' => $ca.id])}">{$ca.name}</a>
|
||||
<a class="pathname" href="{:url('product/category', ['id' => $ca.id])}">{$ca.name}</a>
|
||||
{/volist}
|
||||
</div>
|
||||
<!-- 产品主图切换和参数详情-->
|
||||
|
||||
Reference in New Issue
Block a user