whyclxw
2024-11-13 82888dd5bf9621abcfd9f58d66c876a3e1ee670b
修改首页
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("/ms/index.html?n="+System.currentTimeMillis());
            response.sendRedirect("/br/index.html?n="+System.currentTimeMillis());
        } catch (IOException e) {
            e.printStackTrace();
        }