whyclxw
2024-09-02 6fb5bf49f4a71edf93e034a84d52f8a6eb363c4b
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("/ls/index.html?n="+System.currentTimeMillis());
        } catch (IOException e) {
            e.printStackTrace();
        }