RuoYi
2022-12-03 b61e578bb8cd3936daff5237786a9020e3bcf9dc
src/main/java/com/ruoyi/project/system/service/impl/SysMenuServiceImpl.java
@@ -529,7 +529,7 @@
     */
    public String innerLinkReplaceEach(String path)
    {
        return StringUtils.replaceEach(path, new String[] { Constants.HTTP, Constants.HTTPS },
                new String[] { "", "" });
        return StringUtils.replaceEach(path, new String[] { Constants.HTTP, Constants.HTTPS, Constants.WWW, "." },
                new String[] { "", "", "", "/" });
    }
}