whyclxw
2025-04-19 42ce6995a8b8449881458df993e27d635d13720e
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();
        }