正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -525,7 +525,7 @@ public class SysMenuServiceImpl implements ISysMenuService | @@ -525,7 +525,7 @@ public class SysMenuServiceImpl implements ISysMenuService | ||
| 525 | */ | 525 | */ |
| 526 | public String innerLinkReplaceEach(String path) | 526 | public String innerLinkReplaceEach(String path) |
| 527 | { | 527 | { |
| 528 | - return StringUtils.replaceEach(path, new String[] { Constants.HTTP, Constants.HTTPS, Constants.WWW, "." }, | ||
| 529 | - new String[] { "", "", "", "/" }); | 528 | + return StringUtils.replaceEach(path, new String[] { Constants.HTTP, Constants.HTTPS, Constants.WWW, ".", ":" }, |
| 529 | + new String[] { "", "", "", "/", "/" }); | ||
| 530 | } | 530 | } |
| 531 | } | 531 | } |
-
请 注册 或 登录 后发表评论