src/main/java/com/whyc/controller/IndexController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/java/com/whyc/controller/IndexController.java
@@ -17,7 +17,7 @@ @ApiOperation("默认跳转,无需调用") public void index(HttpServletResponse response, HttpServletRequest request){ try { response.sendRedirect("/bl/index.html?n="+System.currentTimeMillis()); response.sendRedirect("/bl_plus/index.html?n="+System.currentTimeMillis()); } catch (IOException e) { e.printStackTrace(); }