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