소스 검색

更新 'application/index/view/base/fotter.html'

Me 5 년 전
부모
커밋
7b92fb94ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/index/view/base/fotter.html

+ 1 - 1
application/index/view/base/fotter.html

@@ -5,7 +5,7 @@
             <div class="nav-footer">
                 <a href="/">首页</a>
                 {volist name="column" id="vo"}
-                    <a href="{:url('/column',['alias'=>$vo.alias])}">{$vo.catename}</a>
+                    <a href="{:url('/co',['al'=>$vo.alias])}">{$vo.catename}</a>
                 {/volist}
             </div>