whyclxw
2025-04-19 42ce6995a8b8449881458df993e27d635d13720e
index修改bl_plus
1个文件已修改
2 ■■■ 已修改文件
src/main/java/com/whyc/controller/IndexController.java 2 ●●● 补丁 | 查看 | 原始文档 | 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();
        }