update 同步 ruoyi 新功能

This commit is contained in:
疯狂的狮子li
2022-08-25 12:30:32 +08:00
15 changed files with 141 additions and 47 deletions

View File

@ -447,7 +447,7 @@ public class SysMenuServiceImpl implements ISysMenuService {
* @return
*/
public String innerLinkReplaceEach(String path) {
return StringUtils.replaceEach(path, new String[]{Constants.HTTP, Constants.HTTPS},
return StringUtils.replaceEach(path, new String[]{Constants.HTTP, Constants.HTTPS, Constants.WWW, "." },
new String[]{"", ""});
}
}