|
|
|
|
@ -443,11 +443,9 @@ public class SysMenuServiceImpl implements ISysMenuService {
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 内链域名特殊字符替换
|
|
|
|
|
*
|
|
|
|
|
* @return
|
|
|
|
|
*/
|
|
|
|
|
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[]{"", "", "", "/"});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|