Explorar el Código

:bug: 更多按钮链接错误

visuddhinanda hace 5 años
padre
commit
461449e773
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/studio/index.php

+ 1 - 1
app/studio/index.php

@@ -464,7 +464,7 @@ else{
                             strFilelist += "<li>"+$link+file_list[x].title+"</a></li>";
                         }
                         if(file_list.length>count){
-                            strFilelist += "<li><a href='studio/' targe='_blank'>更多</a></li>";
+                            strFilelist += "<li><a href='../studio/index_recent.php' targe='_blank'>更多</a></li>";
                         }
                         $("#file_list").html(strFilelist);
                     }