소스 검색

Merge branch 'develop'

linwu 2 년 전
부모
커밋
150889e149
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      public/themes/simpleboot3/portal/article.html
  2. 1 1
      public/themes/simpleboot3/portal/list.html

+ 1 - 1
public/themes/simpleboot3/portal/article.html

@@ -17,7 +17,7 @@
             <ul class="list-group">
                 <empty name="category_child">
                     <li class="list-group-item">
-                        <a href="{:cmf_url('list/index')}">文章列表</a>
+                        <a href="javascript:history.back();">返回上一级</a>
                     </li>
                     <else/>
                     <volist name="category_child" id="vo">

+ 1 - 1
public/themes/simpleboot3/portal/list.html

@@ -17,7 +17,7 @@
             <ul class="list-group">
                 <empty name="category_child">
                     <li class="list-group-item">
-                        <a href="{:cmf_url('list/index')}">文章列表</a>
+                        <a href="javascript:history.back();">返回上一级</a>
                     </li>
                     <else/>
                     <volist name="category_child" id="vo">