首页启动性能优化,修复游戏平台面板插件图标异常问题

This commit is contained in:
kehaoyuan
2017-11-09 19:28:24 +08:00
parent ec2d14bffe
commit 6ccd70dad2
7 changed files with 107 additions and 72 deletions

View File

@ -160,6 +160,8 @@ public class TimestampUtils {
* 去除url中的timestamp
*/
public static String removeTimestamp(String url) {
if (!url.contains("timestamp")) return url;
int index = url.lastIndexOf("timestamp");
String params = url.substring(index);
//连接符