whycxzp
2025-05-27 3e6ac0b05ec1ee4456c7402f17677e449a3dcc09
src/main/java/com/whyc/controller/IndexController.java
@@ -17,7 +17,7 @@
    @ApiOperation("默认跳转,无需调用")
    public void index(HttpServletResponse response, HttpServletRequest request){
        try {
            response.sendRedirect("/ms/index.html?n="+System.currentTimeMillis());
            response.sendRedirect("/br/index.html?n="+System.currentTimeMillis());
        } catch (IOException e) {
            e.printStackTrace();
        }