@@ -90,7 +90,6 @@ public class CmBehaviorRecordServiceImpl implements CmBehaviorRecordService {
}
// 页面标签
- cmBehaviorRecordPo.setPageLabel("");
if (str.startsWith("pageLabel") && str.contains("=")) {
String[] split1 = str.split("=");
cmBehaviorRecordPo.setPageLabel("");